Html Css Color HEX #499FED Cornflower Blue

📋 copy color: '#499FED'

red 73 ◦ green 159 ◦ blue 237

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

Shades of Cornflower Blue #499FED

Tints of Cornflower Blue #499FED

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.9%

 BLUE value IS 237 (92.97% from 255) = 50.53%

R = 15.57%
G = 33.9%
B = 50.53%

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

#499FED (or 0x499FED) is known color: Cornflower Blue. HEX triplet: 49, 9F and ED. RGB value is (73,159,237). Sum of RGB (Red+Green+Blue) = 73+159+237=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 159 (62.5% from 255 or 33.90% from 469); Blue value is 237 (92.97% from 255 or 50.53% from 469); Max value from RGB is 237 - color contains mainly: blue. Hex color #499FED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FED is #B66012. Grayscale: #8D8D8D. Windows color (decimal): -11952147 or 15572809. OLE color: 15572809.

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

Color convert

RGB 73 159 237 -
CMYK 0.69 0.33 0 0.07
HSL 208.54º 0.82% 0.61% -
HSV(B) 208.54º 0.69% 0.93% -
XYZ 30.43 32.33 84.76 -
YUV 142.18 181.51 78.66 -
System Red Green Blue C M Y K H S L
Decimal 73 159 237 0.69 0.33 0 0.07 208.54 0.82 0.61
Hex 49 9F ED 45 21 0 7 D1 52 3D
Octal 111 237 355 105 41 0 7 321 122 75
Binary 1001001 10011111 11101101 1000101 100001 0 111 11010001 1010010 111101

Color Harmonies of #499FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FED

Black with #499FED

Text Example


Text Example

White with #499FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,159,237); }

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

background-color css

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

 a { background-color: rgb(73,159,237); }

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

border-color css

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

 span { border-color: rgb(73,159,237); }

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