#499DFD

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

Shades of Cornflower Blue #499DFD

Tints of Cornflower Blue #499DFD

Color information

#499DFD (or 0x499DFD) is unknown color: approx Cornflower Blue. HEX triplet: 49, 9D and FD. RGB value is (73,157,253). Sum of RGB (Red+Green+Blue) = 73+157+253=483 (63% of max value = 765). Red value is 73 (28.91% from 255 or 15.11% from 483); Green value is 157 (61.72% from 255 or 32.51% from 483); Blue value is 253 (99.22% from 255 or 52.38% from 483); Max value from RGB is 253 - color contains mainly: blue. Hex color #499DFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #499DFD is #B66202. Grayscale: #8E8E8E. Windows color (decimal): -11952643 or 16620873. OLE color: 16620873.

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

Color convert

RGB73157253-
CMYK0.710.3800.01
HSL212º97.83%63.92%-
HSV(B)212º71.15%99.22%-
XYZ32.5332.6297.51-
YUV142.83190.1778.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.11%
GREEN value IS 157 (61.72% from 255) = 32.51%
BLUE value IS 253 (99.22% from 255) = 52.38%
R=15.11%
G=32.51%
B=52.38%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal731572530.710.3800.0121297.8363.92
Hex499DFD472601d46240
Octal1112353751074601324142100
Binary100100110011101111111011000111100110011101010011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,253); }

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

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

 a { background-color: rgb(73,157,253); }

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

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

 span { border-color: rgb(73,157,253); }

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