Html Css Color HEX #5490E8 Cornflower Blue

📋 copy color: '#5490E8'

red 84 ◦ green 144 ◦ blue 232

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

Shades of Cornflower Blue #5490E8

Tints of Cornflower Blue #5490E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 50.43%

R = 18.26%
G = 31.3%
B = 50.43%

CMYK

 C value IS 0.64

 M value IS 0.38

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5490E8 (or 0x5490E8) is known color: Cornflower Blue. HEX triplet: 54, 90 and E8. RGB value is (84,144,232). Sum of RGB (Red+Green+Blue) = 84+144+232=460 (60% of max value = 765). Red value is 84 (33.20% from 255 or 18.26% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 232 (91.02% from 255 or 50.43% from 460); Max value from RGB is 232 - color contains mainly: blue. Hex color #5490E8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5490E8 is #AB6F17. Grayscale: #878787. Windows color (decimal): -11235096 or 15241300. OLE color: 15241300.

HSL color Cylindrical-coordinate representation of color #5490E8: hue angle of 215.68º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5490E8 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 84 144 232 -
CMYK 0.64 0.38 0 0.09
HSL 215.68º 0.76% 0.62% -
HSV(B) 215.68º 0.64% 0.91% -
XYZ 28.19 27.66 80.2 -
YUV 136.09 182.12 90.84 -
System Red Green Blue C M Y K H S L
Decimal 84 144 232 0.64 0.38 0 0.09 215.68 0.76 0.62
Hex 54 90 E8 40 26 0 9 D8 4C 3E
Octal 124 220 350 100 46 0 11 330 114 76
Binary 1010100 10010000 11101000 1000000 100110 0 1001 11011000 1001100 111110

Color Harmonies of #5490E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5490E8

Black with #5490E8

Text Example


Text Example

White with #5490E8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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