Html Css Color HEX #499EEB Cornflower Blue

📋 copy color: '#499EEB'

red 73 ◦ green 158 ◦ blue 235

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

Shades of Cornflower Blue #499EEB

Tints of Cornflower Blue #499EEB

RGB

 RED value IS 73 (28.91% from 255) = 15.67%

 GREEN value IS 158 (62.11% from 255) = 33.91%

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

R = 15.67%
G = 33.91%
B = 50.43%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#499EEB (or 0x499EEB) is known color: Cornflower Blue. HEX triplet: 49, 9E and EB. RGB value is (73,158,235). Sum of RGB (Red+Green+Blue) = 73+158+235=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 235 (92.19% from 255 or 50.43% from 466); Max value from RGB is 235 - color contains mainly: blue. Hex color #499EEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EEB is #B66114. Grayscale: #8C8C8C. Windows color (decimal): -11952405 or 15441481. OLE color: 15441481.

HSL color Cylindrical-coordinate representation of color #499EEB: hue angle of 208.52º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499EEB is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 73 158 235 -
CMYK 0.69 0.33 0 0.08
HSL 208.52º 0.8% 0.6% -
HSV(B) 208.52º 0.69% 0.92% -
XYZ 29.97 31.87 83.17 -
YUV 141.36 180.84 79.24 -
System Red Green Blue C M Y K H S L
Decimal 73 158 235 0.69 0.33 0 0.08 208.52 0.8 0.6
Hex 49 9E EB 45 21 0 8 D1 50 3C
Octal 111 236 353 105 41 0 10 321 120 74
Binary 1001001 10011110 11101011 1000101 100001 0 1000 11010001 1010000 111100

Color Harmonies of #499EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EEB

Black with #499EEB

Text Example


Text Example

White with #499EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499EEB; }

 p { color: rgb(73,158,235); }

 H1.HeaderClassName
 {
   color: #499EEB;
 }
 .AnyTagClassName
 {
   color: #499EEB;
 }
</style>

background-color css

<style>
 a { background-color: #499EEB; }

 a { background-color: rgb(73,158,235); }

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

border-color css

<style>
 span { border-color: #499EEB; }

 span { border-color: rgb(73,158,235); }

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