Html Css Color HEX #5499EB Cornflower Blue

📋 copy color: '#5499EB'

red 84 ◦ green 153 ◦ blue 235

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

Shades of Cornflower Blue #5499EB

Tints of Cornflower Blue #5499EB

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.42%

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

R = 17.8%
G = 32.42%
B = 49.79%

CMYK

 C value IS 0.64

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5499EB (or 0x5499EB) is known color: Cornflower Blue. HEX triplet: 54, 99 and EB. RGB value is (84,153,235). Sum of RGB (Red+Green+Blue) = 84+153+235=472 (62% of max value = 765). Red value is 84 (33.20% from 255 or 17.80% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #5499EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5499EB is #AB6614. Grayscale: #8D8D8D. Windows color (decimal): -11232789 or 15440212. OLE color: 15440212.

HSL color Cylindrical-coordinate representation of color #5499EB: hue angle of 212.58º 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 #5499EB is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 84 153 235 -
CMYK 0.64 0.35 0 0.08
HSL 212.58º 0.79% 0.63% -
HSV(B) 212.58º 0.64% 0.92% -
XYZ 30.04 30.67 82.93 -
YUV 141.72 180.64 86.83 -
System Red Green Blue C M Y K H S L
Decimal 84 153 235 0.64 0.35 0 0.08 212.58 0.79 0.63
Hex 54 99 EB 40 23 0 8 D5 4F 3F
Octal 124 231 353 100 43 0 10 325 117 77
Binary 1010100 10011001 11101011 1000000 100011 0 1000 11010101 1001111 111111

Color Harmonies of #5499EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5499EB

Black with #5499EB

Text Example


Text Example

White with #5499EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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