Html Css Color HEX #499FEF Cornflower Blue

📋 copy color: '#499FEF'

red 73 ◦ green 159 ◦ blue 239

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

Shades of Cornflower Blue #499FEF

Tints of Cornflower Blue #499FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 50.74%

R = 15.5%
G = 33.76%
B = 50.74%

CMYK

 C value IS 0.69

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#499FEF (or 0x499FEF) is known color: Cornflower Blue. HEX triplet: 49, 9F and EF. RGB value is (73,159,239). Sum of RGB (Red+Green+Blue) = 73+159+239=471 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.50% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 239 (93.75% from 255 or 50.74% from 471); Max value from RGB is 239 - color contains mainly: blue. Hex color #499FEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499FEF is #B66010. Grayscale: #8D8D8D. Windows color (decimal): -11952145 or 15703881. OLE color: 15703881.

HSL color Cylindrical-coordinate representation of color #499FEF: hue angle of 208.92º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #499FEF is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 73 159 239 -
CMYK 0.69 0.33 0 0.06
HSL 208.92º 0.84% 0.61% -
HSV(B) 208.92º 0.69% 0.94% -
XYZ 30.73 32.44 86.3 -
YUV 142.41 182.51 78.5 -
System Red Green Blue C M Y K H S L
Decimal 73 159 239 0.69 0.33 0 0.06 208.92 0.84 0.61
Hex 49 9F EF 45 21 0 6 D1 54 3D
Octal 111 237 357 105 41 0 6 321 124 75
Binary 1001001 10011111 11101111 1000101 100001 0 110 11010001 1010100 111101

Color Harmonies of #499FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499FEF

Black with #499FEF

Text Example


Text Example

White with #499FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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