#5AA1F4

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

Shades of Cornflower Blue #5AA1F4

Tints of Cornflower Blue #5AA1F4

Color information

#5AA1F4 (or 0x5AA1F4) is unknown color: approx Cornflower Blue. HEX triplet: 5A, A1 and F4. RGB value is (90,161,244). Sum of RGB (Red+Green+Blue) = 90+161+244=495 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.18% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 244 (95.70% from 255 or 49.29% from 495); Max value from RGB is 244 - color contains mainly: blue. Hex color #5AA1F4 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA1F4 is #A55E0B. Grayscale: #949494. Windows color (decimal): -10837516 or 16032090. OLE color: 16032090.

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

Color convert

RGB90161244-
CMYK0.630.3400.04
HSL212.34º87.5%65.49%-
HSV(B)212.34º63.11%95.69%-
XYZ33.2934.290.43-
YUV149.23181.4885.75-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 18.18%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 244 (95.70% from 255) = 49.29%
R=18.18%
G=32.53%
B=49.29%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal901612440.630.3400.04212.3487.565.49
Hex5AA1F43F2204d45841
Octal132241364774204324130101
Binary1011010101000011111010011111110001001001101010010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5AA1F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,161,244); }

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

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

 a { background-color: rgb(90,161,244); }

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

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

 span { border-color: rgb(90,161,244); }

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