#499EFA

Color #499EFA Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #499EFA

Tints of Cornflower Blue #499EFA

Color information

#499EFA (or 0x499EFA) is unknown color: approx Cornflower Blue. HEX triplet: 49, 9E and FA. RGB value is (73,158,250). Sum of RGB (Red+Green+Blue) = 73+158+250=481 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.18% from 481); Green value is 158 (62.11% from 255 or 32.85% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #499EFA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499EFA is #B66105. Grayscale: #8E8E8E. Windows color (decimal): -11952390 or 16424521. OLE color: 16424521.

HSL color Cylindrical-coordinate representation of color #499EFA: hue angle of 211.19º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #499EFA is Cyan = 0.71, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73158250-
CMYK0.710.3700.02
HSL211.19º94.65%63.33%-
HSV(B)211.19º70.8%98.04%-
XYZ32.2332.7795.07-
YUV143.07188.3478.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.18%
GREEN value IS 158 (62.11% from 255) = 32.85%
BLUE value IS 250 (98.05% from 255) = 51.98%
R=15.18%
G=32.85%
B=51.98%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal731582500.710.3700.02211.1994.6563.33
Hex499EFA472502d35f3f
Octal111236372107450232313777
Binary100100110011110111110101000111100101010110100111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #499EFA;
 }
 .AnyTagClassName
 {
   color: #499EFA;
 }
</style>
background-color css

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

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

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

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

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

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