#498DED

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

Shades of Cornflower Blue #498DED

Tints of Cornflower Blue #498DED

Color information

#498DED (or 0x498DED) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8D and ED. RGB value is (73,141,237). Sum of RGB (Red+Green+Blue) = 73+141+237=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 141 (55.47% from 255 or 31.26% from 451); Blue value is 237 (92.97% from 255 or 52.55% from 451); Max value from RGB is 237 - color contains mainly: blue. Hex color #498DED is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498DED is #B67212. Grayscale: #838383. Windows color (decimal): -11956755 or 15568201. OLE color: 15568201.

HSL color Cylindrical-coordinate representation of color #498DED: hue angle of 215.12º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498DED is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB73141237-
CMYK0.690.4100.07
HSL215.12º82%60.78%-
HSV(B)215.12º69.2%92.94%-
XYZ27.5626.5883.8-
YUV131.61187.4786.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.19%
GREEN value IS 141 (55.47% from 255) = 31.26%
BLUE value IS 237 (92.97% from 255) = 52.55%
R=16.19%
G=31.26%
B=52.55%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal731412370.690.4100.07215.128260.78
Hex498DED452907d7523d
Octal111215355105510732712275
Binary1001001100011011110110110001011010010111110101111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #498DED; }

 p { color: rgb(73,141,237); }

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

<style>
 a { background-color: #498DED; }

 a { background-color: rgb(73,141,237); }

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

<style>
 span { border-color: #498DED; }

 span { border-color: rgb(73,141,237); }

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