#5A84FE

Color #5A84FE Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #5A84FE

Tints of Cornflower Blue #5A84FE

Color information

#5A84FE (or 0x5A84FE) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 84 and FE. RGB value is (90,132,254). Sum of RGB (Red+Green+Blue) = 90+132+254=476 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.91% from 476); Green value is 132 (51.95% from 255 or 27.73% from 476); Blue value is 254 (99.61% from 255 or 53.36% from 476); Max value from RGB is 254 - color contains mainly: blue. Hex color #5A84FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A84FE is #A57B01. Grayscale: #848484. Windows color (decimal): -10844930 or 16680026. OLE color: 16680026.

HSL color Cylindrical-coordinate representation of color #5A84FE: hue angle of 224.63º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5A84FE is Cyan = 0.65, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB90132254-
CMYK0.650.4800.00
HSL224.63º98.8%67.45%-
HSV(B)224.63º64.57%99.61%-
XYZ30.3625.8397.15-
YUV133.35196.0997.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 90 (35.55% from 255) = 18.91%
GREEN value IS 132 (51.95% from 255) = 27.73%
BLUE value IS 254 (99.61% from 255) = 53.36%
R=18.91%
G=27.73%
B=53.36%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal901322540.650.4800.00224.6398.867.45
Hex5A84FE413000e16343
Octal1322043761016000341143103
Binary101101010000100111111101000001110000001110000111000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A84FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A84FE; }

 p { color: rgb(90,132,254); }

 H1.HeaderClassName
 {
   color: #5A84FE;
 }
 .AnyTagClassName
 {
   color: #5A84FE;
 }
</style>
background-color css

<style>
 a { background-color: #5A84FE; }

 a { background-color: rgb(90,132,254); }

 div.DivClassName
 {
   background-color: #5A84FE;
 }
 .BgClassName
 {
   background-color: #5A84FE;
 }
</style>
border-color css

<style>
 span { border-color: #5A84FE; }

 span { border-color: rgb(90,132,254); }

 td.TdClassName
 {
   border-color: #5A84FE;
 }
 .TagClassName
 {
   border-color: #5A84FE;
 }
</style>