#498BFB

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

Shades of Cornflower Blue #498BFB

Tints of Cornflower Blue #498BFB

Color information

#498BFB (or 0x498BFB) is unknown color: approx Cornflower Blue. HEX triplet: 49, 8B and FB. RGB value is (73,139,251). Sum of RGB (Red+Green+Blue) = 73+139+251=463 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.77% from 463); Green value is 139 (54.69% from 255 or 30.02% from 463); Blue value is 251 (98.44% from 255 or 54.21% from 463); Max value from RGB is 251 - color contains mainly: blue. Hex color #498BFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498BFB is #B67404. Grayscale: #838383. Windows color (decimal): -11957253 or 16485193. OLE color: 16485193.

HSL color Cylindrical-coordinate representation of color #498BFB: hue angle of 217.75º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498BFB is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB73139251-
CMYK0.710.4500.02
HSL217.75º95.7%63.53%-
HSV(B)217.75º70.92%98.43%-
XYZ29.3926.8594.9-
YUV132.03195.1385.89-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 15.77%
GREEN value IS 139 (54.69% from 255) = 30.02%
BLUE value IS 251 (98.44% from 255) = 54.21%
R=15.77%
G=30.02%
B=54.21%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal731392510.710.4500.02217.7595.763.53
Hex498BFB472D02da6040
Octal1112133731075502332140100
Binary1001001100010111111101110001111011010101101101011000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #498BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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