Html Css Color HEX #499EEF Cornflower Blue

📋 copy color: '#499EEF'

red 73 ◦ green 158 ◦ blue 239

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

Shades of Cornflower Blue #499EEF

Tints of Cornflower Blue #499EEF

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

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

R = 15.53%
G = 33.62%
B = 50.85%

CMYK

 C value IS 0.69

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#499EEF (or 0x499EEF) is known color: Cornflower Blue. HEX triplet: 49, 9E and EF. RGB value is (73,158,239). Sum of RGB (Red+Green+Blue) = 73+158+239=470 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.53% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 239 (93.75% from 255 or 50.85% from 470); Max value from RGB is 239 - color contains mainly: blue. Hex color #499EEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EEF is #B66110. Grayscale: #8D8D8D. Windows color (decimal): -11952401 or 15703625. OLE color: 15703625.

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

Color convert

RGB 73 158 239 -
CMYK 0.69 0.34 0 0.06
HSL 209.28º 0.84% 0.61% -
HSV(B) 209.28º 0.69% 0.94% -
XYZ 30.55 32.1 86.25 -
YUV 141.82 182.84 78.91 -
System Red Green Blue C M Y K H S L
Decimal 73 158 239 0.69 0.34 0 0.06 209.28 0.84 0.61
Hex 49 9E EF 45 22 0 6 D1 54 3D
Octal 111 236 357 105 42 0 6 321 124 75
Binary 1001001 10011110 11101111 1000101 100010 0 110 11010001 1010100 111101

Color Harmonies of #499EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EEF

Black with #499EEF

Text Example


Text Example

White with #499EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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