Html Css Color HEX #499DEE Cornflower Blue

📋 copy color: '#499DEE'

red 73 ◦ green 157 ◦ blue 238

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

Shades of Cornflower Blue #499DEE

Tints of Cornflower Blue #499DEE

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.55%

 BLUE value IS 238 (93.36% from 255) = 50.85%

R = 15.6%
G = 33.55%
B = 50.85%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#499DEE (or 0x499DEE) is known color: Cornflower Blue. HEX triplet: 49, 9D and EE. RGB value is (73,157,238). Sum of RGB (Red+Green+Blue) = 73+157+238=468 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.60% from 468); Green value is 157 (61.72% from 255 or 33.55% from 468); Blue value is 238 (93.36% from 255 or 50.85% from 468); Max value from RGB is 238 - color contains mainly: blue. Hex color #499DEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DEE is #B66211. Grayscale: #8C8C8C. Windows color (decimal): -11952658 or 15637833. OLE color: 15637833.

HSL color Cylindrical-coordinate representation of color #499DEE: hue angle of 209.45º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499DEE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 157 238 -
CMYK 0.69 0.34 0 0.07
HSL 209.45º 0.83% 0.61% -
HSV(B) 209.45º 0.69% 0.93% -
XYZ 30.24 31.7 85.41 -
YUV 141.12 182.67 79.41 -
System Red Green Blue C M Y K H S L
Decimal 73 157 238 0.69 0.34 0 0.07 209.45 0.83 0.61
Hex 49 9D EE 45 22 0 7 D1 53 3D
Octal 111 235 356 105 42 0 7 321 123 75
Binary 1001001 10011101 11101110 1000101 100010 0 111 11010001 1010011 111101

Color Harmonies of #499DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DEE

Black with #499DEE

Text Example


Text Example

White with #499DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,157,238); }

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

background-color css

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

 a { background-color: rgb(73,157,238); }

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

border-color css

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

 span { border-color: rgb(73,157,238); }

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