Html Css Color HEX #5A90E4 Cornflower Blue

📋 copy color: '#5A90E4'

red 90 ◦ green 144 ◦ blue 228

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

Shades of Cornflower Blue #5A90E4

Tints of Cornflower Blue #5A90E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.35%

R = 19.48%
G = 31.17%
B = 49.35%

CMYK

 C value IS 0.61

 M value IS 0.37

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5A90E4 (or 0x5A90E4) is known color: Cornflower Blue. HEX triplet: 5A, 90 and E4. RGB value is (90,144,228). Sum of RGB (Red+Green+Blue) = 90+144+228=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 144 (56.64% from 255 or 31.17% from 462); Blue value is 228 (89.45% from 255 or 49.35% from 462); Max value from RGB is 228 - color contains mainly: blue. Hex color #5A90E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5A90E4 is #A56F1B. Grayscale: #898989. Windows color (decimal): -10841884 or 14979162. OLE color: 14979162.

HSL color Cylindrical-coordinate representation of color #5A90E4: hue angle of 216.52º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A90E4 is Cyan = 0.61, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 90 144 228 -
CMYK 0.61 0.37 0 0.11
HSL 216.52º 0.72% 0.62% -
HSV(B) 216.52º 0.61% 0.89% -
XYZ 28.19 27.72 77.26 -
YUV 137.43 179.11 94.17 -
System Red Green Blue C M Y K H S L
Decimal 90 144 228 0.61 0.37 0 0.11 216.52 0.72 0.62
Hex 5A 90 E4 3D 25 0 B D9 48 3E
Octal 132 220 344 75 45 0 13 331 110 76
Binary 1011010 10010000 11100100 111101 100101 0 1011 11011001 1001000 111110

Color Harmonies of #5A90E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A90E4

Black with #5A90E4

Text Example


Text Example

White with #5A90E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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