Shades of Cornflower Blue #498DF8
Tints of Cornflower Blue #498DF8
RGB
CMYK
RGB Variations
Color information
#498DF8 (or 0x498DF8) is known color: Cornflower Blue. HEX triplet: 49, 8D and F8. RGB value is (73,141,248). Sum of RGB (Red+Green+Blue) = 73+141+248=462 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.80% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 248 (97.27% from 255 or 53.68% from 462); Max value from RGB is 248 - color contains mainly: blue. Hex color #498DF8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498DF8 is #B67207. Grayscale: #848484. Windows color (decimal): -11956744 or 16289097. OLE color: 16289097.
HSL color Cylindrical-coordinate representation of color #498DF8: hue angle of 216.69º degrees, saturation: 0.93, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498DF8 is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 73 | 141 | 248 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.03 |
| HSL | 216.69º | 0.93% | 0.63% | - |
| HSV(B) | 216.69º | 0.71% | 0.97% | - |
| XYZ | 29.22 | 27.24 | 92.53 | - |
| YUV | 132.87 | 192.97 | 85.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 141 | 248 | 0.71 | 0.43 | 0 | 0.03 | 216.69 | 0.93 | 0.63 |
| Hex | 49 | 8D | F8 | 47 | 2B | 0 | 3 | D9 | 5D | 3F |
| Octal | 111 | 215 | 370 | 107 | 53 | 0 | 3 | 331 | 135 | 77 |
| Binary | 1001001 | 10001101 | 11111000 | 1000111 | 101011 | 0 | 11 | 11011001 | 1011101 | 111111 |
Color Harmonies of #498DF8
Complementary color
Monochromatic Colors of #498DF8
Black with #498DF8
Text Example
Text Example
White with #498DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498DF8; }
p { color: rgb(73,141,248); }
H1.HeaderClassName
{
color: #498DF8;
}
.AnyTagClassName
{
color: #498DF8;
}
</style>
background-color css
<style>
a { background-color: #498DF8; }
a { background-color: rgb(73,141,248); }
div.DivClassName
{
background-color: #498DF8;
}
.BgClassName
{
background-color: #498DF8;
}
</style>
border-color css
<style>
span { border-color: #498DF8; }
span { border-color: rgb(73,141,248); }
td.TdClassName
{
border-color: #498DF8;
}
.TagClassName
{
border-color: #498DF8;
}
</style>