Shades of Cornflower Blue #498FFD
Tints of Cornflower Blue #498FFD
RGB
CMYK
RGB Variations
Color information
#498FFD (or 0x498FFD) is known color: Cornflower Blue. HEX triplet: 49, 8F and FD. RGB value is (73,143,253). Sum of RGB (Red+Green+Blue) = 73+143+253=469 (62% of max value = 765). Red value is 73 (28.91% from 255 or 15.57% from 469); Green value is 143 (56.25% from 255 or 30.49% from 469); Blue value is 253 (99.22% from 255 or 53.94% from 469); Max value from RGB is 253 - color contains mainly: blue. Hex color #498FFD is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498FFD is #B67002. Grayscale: #868686. Windows color (decimal): -11956227 or 16617289. OLE color: 16617289.
HSL color Cylindrical-coordinate representation of color #498FFD: hue angle of 216.67º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #498FFD is Cyan = 0.71, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 73 | 143 | 253 | - |
| CMYK | 0.71 | 0.43 | 0 | 0.01 |
| HSL | 216.67º | 0.98% | 0.64% | - |
| HSV(B) | 216.67º | 0.71% | 0.99% | - |
| XYZ | 30.3 | 28.15 | 96.77 | - |
| YUV | 134.61 | 194.81 | 84.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 143 | 253 | 0.71 | 0.43 | 0 | 0.01 | 216.67 | 0.98 | 0.64 |
| Hex | 49 | 8F | FD | 47 | 2B | 0 | 1 | D9 | 62 | 40 |
| Octal | 111 | 217 | 375 | 107 | 53 | 0 | 1 | 331 | 142 | 100 |
| Binary | 1001001 | 10001111 | 11111101 | 1000111 | 101011 | 0 | 1 | 11011001 | 1100010 | 1000000 |
Color Harmonies of #498FFD
Complementary color
Monochromatic Colors of #498FFD
Black with #498FFD
Text Example
Text Example
White with #498FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498FFD; }
p { color: rgb(73,143,253); }
H1.HeaderClassName
{
color: #498FFD;
}
.AnyTagClassName
{
color: #498FFD;
}
</style>
background-color css
<style>
a { background-color: #498FFD; }
a { background-color: rgb(73,143,253); }
div.DivClassName
{
background-color: #498FFD;
}
.BgClassName
{
background-color: #498FFD;
}
</style>
border-color css
<style>
span { border-color: #498FFD; }
span { border-color: rgb(73,143,253); }
td.TdClassName
{
border-color: #498FFD;
}
.TagClassName
{
border-color: #498FFD;
}
</style>