#498BEF

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

Shades of Cornflower Blue #498BEF

Tints of Cornflower Blue #498BEF

Color information

#498BEF (or 0x498BEF) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8B and EF. RGB value is (73,139,239). Sum of RGB (Red+Green+Blue) = 73+139+239=451 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.19% from 451); Green value is 139 (54.69% from 255 or 30.82% from 451); Blue value is 239 (93.75% from 255 or 52.99% from 451); Max value from RGB is 239 - color contains mainly: blue. Hex color #498BEF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BEF is #B67410. Grayscale: #828282. Windows color (decimal): -11957265 or 15698761. OLE color: 15698761.

HSL color Cylindrical-coordinate representation of color #498BEF: hue angle of 216.14º 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 #498BEF is Cyan = 0.69, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB73139239-
CMYK0.690.4200.06
HSL216.14º83.84%61.18%-
HSV(B)216.14º69.46%93.73%-
XYZ27.5626.1185.25-
YUV130.67189.1386.87-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.19%
GREEN value IS 139 (54.69% from 255) = 30.82%
BLUE value IS 239 (93.75% from 255) = 52.99%
R=16.19%
G=30.82%
B=52.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal731392390.690.4200.06216.1483.8461.18
Hex498BEF452A06d8543d
Octal111213357105520633012475
Binary1001001100010111110111110001011010100110110110001010100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498BEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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