#498EEA

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

Shades of Cornflower Blue #498EEA

Tints of Cornflower Blue #498EEA

Color information

#498EEA (or 0x498EEA) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8E and EA. RGB value is (73,142,234). Sum of RGB (Red+Green+Blue) = 73+142+234=449 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.26% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 234 (91.80% from 255 or 52.12% from 449); Max value from RGB is 234 - color contains mainly: blue. Hex color #498EEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498EEA is #B67115. Grayscale: #838383. Windows color (decimal): -11956502 or 15371849. OLE color: 15371849.

HSL color Cylindrical-coordinate representation of color #498EEA: hue angle of 214.29º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #498EEA is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73142234-
CMYK0.690.3900.08
HSL214.29º79.31%60.2%-
HSV(B)214.29º68.8%91.76%-
XYZ27.2726.781.56-
YUV131.86185.6486.02-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.26%
GREEN value IS 142 (55.86% from 255) = 31.63%
BLUE value IS 234 (91.80% from 255) = 52.12%
R=16.26%
G=31.63%
B=52.12%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731422340.690.3900.08214.2979.3160.2
Hex498EEA452708d64f3c
Octal1112163521054701032611774
Binary10010011000111011101010100010110011101000110101101001111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498EEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,142,234); }

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

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

 a { background-color: rgb(73,142,234); }

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

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

 span { border-color: rgb(73,142,234); }

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