Html Css Color HEX #5490EB Cornflower Blue

📋 copy color: '#5490EB'

red 84 ◦ green 144 ◦ blue 235

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

Shades of Cornflower Blue #5490EB

Tints of Cornflower Blue #5490EB

RGB

 RED value IS 84 (33.2% from 255) = 18.14%

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

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

R = 18.14%
G = 31.1%
B = 50.76%

CMYK

 C value IS 0.64

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5490EB (or 0x5490EB) is known color: Cornflower Blue. HEX triplet: 54, 90 and EB. RGB value is (84,144,235). Sum of RGB (Red+Green+Blue) = 84+144+235=463 (61% of max value = 765). Red value is 84 (33.20% from 255 or 18.14% from 463); Green value is 144 (56.64% from 255 or 31.10% from 463); Blue value is 235 (92.19% from 255 or 50.76% from 463); Max value from RGB is 235 - color contains mainly: blue. Hex color #5490EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490EB is #AB6F14. Grayscale: #888888. Windows color (decimal): -11235093 or 15437908. OLE color: 15437908.

HSL color Cylindrical-coordinate representation of color #5490EB: hue angle of 216.16º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5490EB is Cyan = 0.64, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 144 235 -
CMYK 0.64 0.39 0 0.08
HSL 216.16º 0.79% 0.63% -
HSV(B) 216.16º 0.64% 0.92% -
XYZ 28.62 27.83 82.46 -
YUV 136.43 183.62 90.6 -
System Red Green Blue C M Y K H S L
Decimal 84 144 235 0.64 0.39 0 0.08 216.16 0.79 0.63
Hex 54 90 EB 40 27 0 8 D8 4F 3F
Octal 124 220 353 100 47 0 10 330 117 77
Binary 1010100 10010000 11101011 1000000 100111 0 1000 11011000 1001111 111111

Color Harmonies of #5490EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490EB

Black with #5490EB

Text Example


Text Example

White with #5490EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5490EB; }

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

 H1.HeaderClassName
 {
   color: #5490EB;
 }
 .AnyTagClassName
 {
   color: #5490EB;
 }
</style>

background-color css

<style>
 a { background-color: #5490EB; }

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

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

border-color css

<style>
 span { border-color: #5490EB; }

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

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