Html Css Color HEX #499EFF Cornflower Blue

📋 copy color: '#499EFF'

red 73 ◦ green 158 ◦ blue 255

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

Shades of Cornflower Blue #499EFF

Tints of Cornflower Blue #499EFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 52.47%

R = 15.02%
G = 32.51%
B = 52.47%

CMYK

 C value IS 0.71

 M value IS 0.38

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#499EFF (or 0x499EFF) is known color: Cornflower Blue. HEX triplet: 49, 9E and FF. RGB value is (73,158,255). Sum of RGB (Red+Green+Blue) = 73+158+255=486 (64% of max value = 765). Red value is 73 (28.91% from 255 or 15.02% from 486); Green value is 158 (62.11% from 255 or 32.51% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #499EFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EFF is #B66100. Grayscale: #8F8F8F. Windows color (decimal): -11952385 or 16752201. OLE color: 16752201.

HSL color Cylindrical-coordinate representation of color #499EFF: hue angle of 211.98º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499EFF is Cyan = 0.71, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 73 158 255 -
CMYK 0.71 0.38 0 0
HSL 211.98º 1% 0.64% -
HSV(B) 211.98º 0.71% 1% -
XYZ 33.02 33.09 99.25 -
YUV 143.64 190.84 77.61 -
System Red Green Blue C M Y K H S L
Decimal 73 158 255 0.71 0.38 0 0 211.98 1 0.64
Hex 49 9E FF 47 26 0 0 D4 64 40
Octal 111 236 377 107 46 0 0 324 144 100
Binary 1001001 10011110 11111111 1000111 100110 0 0 11010100 1100100 1000000

Color Harmonies of #499EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499EFF

Black with #499EFF

Text Example


Text Example

White with #499EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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