Html Css Color HEX #5AA9F9 Cornflower Blue

📋 copy color: '#5AA9F9'

red 90 ◦ green 169 ◦ blue 249

#5AA9F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #5AA9F9

Tints of Cornflower Blue #5AA9F9

RGB

 RED value IS 90 (35.55% from 255) = 17.72%

 GREEN value IS 169 (66.41% from 255) = 33.27%

 BLUE value IS 249 (97.66% from 255) = 49.02%

R = 17.72%
G = 33.27%
B = 49.02%

CMYK

 C value IS 0.64

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5AA9F9 (or 0x5AA9F9) is known color: Cornflower Blue. HEX triplet: 5A, A9 and F9. RGB value is (90,169,249). Sum of RGB (Red+Green+Blue) = 90+169+249=508 (67% of max value = 765). Red value is 90 (35.55% from 255 or 17.72% from 508); Green value is 169 (66.41% from 255 or 33.27% from 508); Blue value is 249 (97.66% from 255 or 49.02% from 508); Max value from RGB is 249 - color contains mainly: blue. Hex color #5AA9F9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5AA9F9 is #A55606. Grayscale: #9A9A9A. Windows color (decimal): -10835463 or 16361818. OLE color: 16361818.

HSL color Cylindrical-coordinate representation of color #5AA9F9: hue angle of 210.19º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AA9F9 is Cyan = 0.64, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 90 169 249 -
CMYK 0.64 0.32 0 0.02
HSL 210.19º 0.93% 0.66% -
HSV(B) 210.19º 0.64% 0.98% -
XYZ 35.5 37.39 94.97 -
YUV 154.5 181.33 82 -
System Red Green Blue C M Y K H S L
Decimal 90 169 249 0.64 0.32 0 0.02 210.19 0.93 0.66
Hex 5A A9 F9 40 20 0 2 D2 5D 42
Octal 132 251 371 100 40 0 2 322 135 102
Binary 1011010 10101001 11111001 1000000 100000 0 10 11010010 1011101 1000010

Color Harmonies of #5AA9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA9F9

Black with #5AA9F9

Text Example


Text Example

White with #5AA9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,169,249); }

 H1.HeaderClassName
 {
   color: #5AA9F9;
 }
 .AnyTagClassName
 {
   color: #5AA9F9;
 }
</style>

background-color css

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

 a { background-color: rgb(90,169,249); }

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

border-color css

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

 span { border-color: rgb(90,169,249); }

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