#498BEB

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

Shades of Cornflower Blue #498BEB

Tints of Cornflower Blue #498BEB

Color information

#498BEB (or 0x498BEB) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8B and EB. RGB value is (73,139,235). Sum of RGB (Red+Green+Blue) = 73+139+235=447 (59% of max value = 765). Red value is 73 (28.91% from 255 or 16.33% from 447); Green value is 139 (54.69% from 255 or 31.10% from 447); Blue value is 235 (92.19% from 255 or 52.57% from 447); Max value from RGB is 235 - color contains mainly: blue. Hex color #498BEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BEB is #B67414. Grayscale: #818181. Windows color (decimal): -11957269 or 15436617. OLE color: 15436617.

HSL color Cylindrical-coordinate representation of color #498BEB: hue angle of 215.56º degrees, saturation: 0.8, 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 #498BEB is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB73139235-
CMYK0.690.4100.08
HSL215.56º80.2%60.39%-
HSV(B)215.56º68.94%92.16%-
XYZ26.9825.8882.17-
YUV130.21187.1387.19-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 16.33%
GREEN value IS 139 (54.69% from 255) = 31.10%
BLUE value IS 235 (92.19% from 255) = 52.57%
R=16.33%
G=31.10%
B=52.57%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal731392350.690.4100.08215.5680.260.39
Hex498BEB452908d8503c
Octal1112133531055101033012074
Binary10010011000101111101011100010110100101000110110001010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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