#498CEF

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

Shades of Cornflower Blue #498CEF

Tints of Cornflower Blue #498CEF

Color information

#498CEF (or 0x498CEF) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8C and EF. RGB value is (73,140,239). Sum of RGB (Red+Green+Blue) = 73+140+239=452 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.15% from 452); Green value is 140 (55.08% from 255 or 30.97% from 452); Blue value is 239 (93.75% from 255 or 52.88% from 452); Max value from RGB is 239 - color contains mainly: blue. Hex color #498CEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CEF is #B67310. Grayscale: #828282. Windows color (decimal): -11957009 or 15699017. OLE color: 15699017.

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

Color convert

RGB73140239-
CMYK0.690.4100.06
HSL215.78º83.84%61.18%-
HSV(B)215.78º69.46%93.73%-
XYZ27.7126.485.3-
YUV131.25188.886.45-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.15%
GREEN value IS 140 (55.08% from 255) = 30.97%
BLUE value IS 239 (93.75% from 255) = 52.88%
R=16.15%
G=30.97%
B=52.88%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731402390.690.4100.06215.7883.8461.18
Hex498CEF452906d8543d
Octal111214357105510633012475
Binary1001001100011001110111110001011010010110110110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498CEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,140,239); }

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

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

 a { background-color: rgb(73,140,239); }

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

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

 span { border-color: rgb(73,140,239); }

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