#5A9AF6

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

Shades of Cornflower Blue #5A9AF6

Tints of Cornflower Blue #5A9AF6

Color information

#5A9AF6 (or 0x5A9AF6) is unknown color: approx Cornflower Blue. HEX triplet: 5A, 9A and F6. RGB value is (90,154,246). Sum of RGB (Red+Green+Blue) = 90+154+246=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 246 (96.48% from 255 or 50.20% from 490); Max value from RGB is 246 - color contains mainly: blue. Hex color #5A9AF6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A9AF6 is #A56509. Grayscale: #909090. Windows color (decimal): -10839306 or 16161370. OLE color: 16161370.

HSL color Cylindrical-coordinate representation of color #5A9AF6: hue angle of 215.38º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A9AF6 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB90154246-
CMYK0.630.3700.04
HSL215.38º89.66%65.88%-
HSV(B)215.38º63.41%96.47%-
XYZ32.4131.9491.65-
YUV145.35184.888.52-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.37%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 246 (96.48% from 255) = 50.20%
R=18.37%
G=31.43%
B=50.20%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal901542460.630.3700.04215.3889.6665.88
Hex5A9AF63F2504d75a42
Octal132232366774504327132102
Binary1011010100110101111011011111110010101001101011110110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A9AF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,154,246); }

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

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

 a { background-color: rgb(90,154,246); }

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

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

 span { border-color: rgb(90,154,246); }

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