Html Css Color HEX #5A90EB Cornflower Blue

📋 copy color: '#5A90EB'

red 90 ◦ green 144 ◦ blue 235

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

Shades of Cornflower Blue #5A90EB

Tints of Cornflower Blue #5A90EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 19.19%
G = 30.7%
B = 50.11%

CMYK

 C value IS 0.62

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5A90EB (or 0x5A90EB) is known color: Cornflower Blue. HEX triplet: 5A, 90 and EB. RGB value is (90,144,235). Sum of RGB (Red+Green+Blue) = 90+144+235=469 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.19% from 469); Green value is 144 (56.64% from 255 or 30.70% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A90EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5A90EB is #A56F14. Grayscale: #898989. Windows color (decimal): -10841877 or 15437914. OLE color: 15437914.

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

Color convert

RGB 90 144 235 -
CMYK 0.62 0.39 0 0.08
HSL 217.66º 0.78% 0.64% -
HSV(B) 217.66º 0.62% 0.92% -
XYZ 29.19 28.12 82.49 -
YUV 138.23 182.61 93.6 -
System Red Green Blue C M Y K H S L
Decimal 90 144 235 0.62 0.39 0 0.08 217.66 0.78 0.64
Hex 5A 90 EB 3E 27 0 8 DA 4E 40
Octal 132 220 353 76 47 0 10 332 116 100
Binary 1011010 10010000 11101011 111110 100111 0 1000 11011010 1001110 1000000

Color Harmonies of #5A90EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A90EB

Black with #5A90EB

Text Example


Text Example

White with #5A90EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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