Html Css Color HEX #499CEC Cornflower Blue

📋 copy color: '#499CEC'

red 73 ◦ green 156 ◦ blue 236

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

Shades of Cornflower Blue #499CEC

Tints of Cornflower Blue #499CEC

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.55%

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

R = 15.7%
G = 33.55%
B = 50.75%

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

#499CEC (or 0x499CEC) is known color: Cornflower Blue. HEX triplet: 49, 9C and EC. RGB value is (73,156,236). Sum of RGB (Red+Green+Blue) = 73+156+236=465 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.70% from 465); Green value is 156 (61.33% from 255 or 33.55% from 465); Blue value is 236 (92.58% from 255 or 50.75% from 465); Max value from RGB is 236 - color contains mainly: blue. Hex color #499CEC is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499CEC is #B66313. Grayscale: #8B8B8B. Windows color (decimal): -11952916 or 15506505. OLE color: 15506505.

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

Color convert

RGB 73 156 236 -
CMYK 0.69 0.34 0 0.07
HSL 209.45º 0.81% 0.61% -
HSV(B) 209.45º 0.69% 0.93% -
XYZ 29.78 31.25 83.82 -
YUV 140.3 182 80 -
System Red Green Blue C M Y K H S L
Decimal 73 156 236 0.69 0.34 0 0.07 209.45 0.81 0.61
Hex 49 9C EC 45 22 0 7 D1 51 3D
Octal 111 234 354 105 42 0 7 321 121 75
Binary 1001001 10011100 11101100 1000101 100010 0 111 11010001 1010001 111101

Color Harmonies of #499CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499CEC

Black with #499CEC

Text Example


Text Example

White with #499CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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