Html Css Color HEX #5A99EA Cornflower Blue

📋 copy color: '#5A99EA'

red 90 ◦ green 153 ◦ blue 234

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

Shades of Cornflower Blue #5A99EA

Tints of Cornflower Blue #5A99EA

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.08%

 BLUE value IS 234 (91.8% from 255) = 49.06%

R = 18.87%
G = 32.08%
B = 49.06%

CMYK

 C value IS 0.62

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A99EA (or 0x5A99EA) is known color: Cornflower Blue. HEX triplet: 5A, 99 and EA. RGB value is (90,153,234). Sum of RGB (Red+Green+Blue) = 90+153+234=477 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.87% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 234 (91.80% from 255 or 49.06% from 477); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A99EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A99EA is #A56615. Grayscale: #8F8F8F. Windows color (decimal): -10839574 or 15374682. OLE color: 15374682.

HSL color Cylindrical-coordinate representation of color #5A99EA: hue angle of 213.75º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5A99EA is Cyan = 0.62, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 153 234 -
CMYK 0.62 0.35 0 0.08
HSL 213.75º 0.77% 0.64% -
HSV(B) 213.75º 0.62% 0.92% -
XYZ 30.46 30.9 82.2 -
YUV 143.4 179.13 89.91 -
System Red Green Blue C M Y K H S L
Decimal 90 153 234 0.62 0.35 0 0.08 213.75 0.77 0.64
Hex 5A 99 EA 3E 23 0 8 D6 4D 40
Octal 132 231 352 76 43 0 10 326 115 100
Binary 1011010 10011001 11101010 111110 100011 0 1000 11010110 1001101 1000000

Color Harmonies of #5A99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A99EA

Black with #5A99EA

Text Example


Text Example

White with #5A99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,234); }

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

background-color css

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

 a { background-color: rgb(90,153,234); }

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

border-color css

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

 span { border-color: rgb(90,153,234); }

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