Shades of Cornflower Blue #498CFB
Tints of Cornflower Blue #498CFB
RGB
CMYK
RGB Variations
Color information
#498CFB (or 0x498CFB) is known color: Cornflower Blue. HEX triplet: 49, 8C and FB. RGB value is (73,140,251). Sum of RGB (Red+Green+Blue) = 73+140+251=464 (61% of max value = 765). Red value is 73 (28.91% from 255 or 15.73% from 464); Green value is 140 (55.08% from 255 or 30.17% from 464); Blue value is 251 (98.44% from 255 or 54.09% from 464); Max value from RGB is 251 - color contains mainly: blue. Hex color #498CFB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #498CFB is #B67304. Grayscale: #848484. Windows color (decimal): -11956997 or 16485449. OLE color: 16485449.
HSL color Cylindrical-coordinate representation of color #498CFB: hue angle of 217.42º 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 #498CFB is Cyan = 0.71, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 73 | 140 | 251 | - |
| CMYK | 0.71 | 0.44 | 0 | 0.02 |
| HSL | 217.42º | 0.96% | 0.64% | - |
| HSV(B) | 217.42º | 0.71% | 0.98% | - |
| XYZ | 29.54 | 27.14 | 94.95 | - |
| YUV | 132.62 | 194.8 | 85.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 140 | 251 | 0.71 | 0.44 | 0 | 0.02 | 217.42 | 0.96 | 0.64 |
| Hex | 49 | 8C | FB | 47 | 2C | 0 | 2 | D9 | 60 | 40 |
| Octal | 111 | 214 | 373 | 107 | 54 | 0 | 2 | 331 | 140 | 100 |
| Binary | 1001001 | 10001100 | 11111011 | 1000111 | 101100 | 0 | 10 | 11011001 | 1100000 | 1000000 |
Color Harmonies of #498CFB
Complementary color
Monochromatic Colors of #498CFB
Black with #498CFB
Text Example
Text Example
White with #498CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #498CFB; }
p { color: rgb(73,140,251); }
H1.HeaderClassName
{
color: #498CFB;
}
.AnyTagClassName
{
color: #498CFB;
}
</style>
background-color css
<style>
a { background-color: #498CFB; }
a { background-color: rgb(73,140,251); }
div.DivClassName
{
background-color: #498CFB;
}
.BgClassName
{
background-color: #498CFB;
}
</style>
border-color css
<style>
span { border-color: #498CFB; }
span { border-color: rgb(73,140,251); }
td.TdClassName
{
border-color: #498CFB;
}
.TagClassName
{
border-color: #498CFB;
}
</style>