Html Css Color HEX #499DEC Cornflower Blue

📋 copy color: '#499DEC'

red 73 ◦ green 157 ◦ blue 236

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

Shades of Cornflower Blue #499DEC

Tints of Cornflower Blue #499DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 50.64%

R = 15.67%
G = 33.69%
B = 50.64%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#499DEC (or 0x499DEC) is known color: Cornflower Blue. HEX triplet: 49, 9D and EC. RGB value is (73,157,236). Sum of RGB (Red+Green+Blue) = 73+157+236=466 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.67% from 466); Green value is 157 (61.72% from 255 or 33.69% from 466); Blue value is 236 (92.58% from 255 or 50.64% from 466); Max value from RGB is 236 - color contains mainly: blue. Hex color #499DEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DEC is #B66213. Grayscale: #8C8C8C. Windows color (decimal): -11952660 or 15506761. OLE color: 15506761.

HSL color Cylindrical-coordinate representation of color #499DEC: hue angle of 209.08º degrees, saturation: 0.81, 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 #499DEC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 73 157 236 -
CMYK 0.69 0.33 0 0.07
HSL 209.08º 0.81% 0.61% -
HSV(B) 209.08º 0.69% 0.93% -
XYZ 29.94 31.59 83.88 -
YUV 140.89 181.67 79.58 -
System Red Green Blue C M Y K H S L
Decimal 73 157 236 0.69 0.33 0 0.07 209.08 0.81 0.61
Hex 49 9D EC 45 21 0 7 D1 51 3D
Octal 111 235 354 105 41 0 7 321 121 75
Binary 1001001 10011101 11101100 1000101 100001 0 111 11010001 1010001 111101

Color Harmonies of #499DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499DEC

Black with #499DEC

Text Example


Text Example

White with #499DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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