Shades of Cornflower Blue #498BFB
Tints of Cornflower Blue #498BFB
RGB
CMYK
RGB Variations
Color information
#498BFB (or 0x498BFB) is known color: 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
| RGB | 73 | 139 | 251 | - |
| CMYK | 0.71 | 0.45 | 0 | 0.02 |
| HSL | 217.75º | 0.96% | 0.64% | - |
| HSV(B) | 217.75º | 0.71% | 0.98% | - |
| XYZ | 29.39 | 26.85 | 94.9 | - |
| YUV | 132.03 | 195.13 | 85.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 139 | 251 | 0.71 | 0.45 | 0 | 0.02 | 217.75 | 0.96 | 0.64 |
| Hex | 49 | 8B | FB | 47 | 2D | 0 | 2 | DA | 60 | 40 |
| Octal | 111 | 213 | 373 | 107 | 55 | 0 | 2 | 332 | 140 | 100 |
| Binary | 1001001 | 10001011 | 11111011 | 1000111 | 101101 | 0 | 10 | 11011010 | 1100000 | 1000000 |
Color Harmonies of #498BFB
Complementary color
Monochromatic Colors of #498BFB
Black with #498BFB
Text Example
Text Example
White with #498BFB
Text Example
Text Example
HTML Codes & Css Web 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>