Html Css Color HEX #5A90EA Cornflower Blue

📋 copy color: '#5A90EA'

red 90 ◦ green 144 ◦ blue 234

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

Shades of Cornflower Blue #5A90EA

Tints of Cornflower Blue #5A90EA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 30.77%

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

R = 19.23%
G = 30.77%
B = 50%

CMYK

 C value IS 0.62

 M value IS 0.38

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A90EA (or 0x5A90EA) is known color: Cornflower Blue. HEX triplet: 5A, 90 and EA. RGB value is (90,144,234). Sum of RGB (Red+Green+Blue) = 90+144+234=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 144 (56.64% from 255 or 30.77% from 468); Blue value is 234 (91.80% from 255 or 50% from 468); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A90EA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A90EA is #A56F15. Grayscale: #898989. Windows color (decimal): -10841878 or 15372378. OLE color: 15372378.

HSL color Cylindrical-coordinate representation of color #5A90EA: hue angle of 217.5º 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 #5A90EA is Cyan = 0.62, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 90 144 234 -
CMYK 0.62 0.38 0 0.08
HSL 217.5º 0.77% 0.64% -
HSV(B) 217.5º 0.62% 0.92% -
XYZ 29.04 28.06 81.73 -
YUV 138.11 182.11 93.68 -
System Red Green Blue C M Y K H S L
Decimal 90 144 234 0.62 0.38 0 0.08 217.5 0.77 0.64
Hex 5A 90 EA 3E 26 0 8 DA 4D 40
Octal 132 220 352 76 46 0 10 332 115 100
Binary 1011010 10010000 11101010 111110 100110 0 1000 11011010 1001101 1000000

Color Harmonies of #5A90EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A90EA

Black with #5A90EA

Text Example


Text Example

White with #5A90EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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