Shades of Cornflower Blue #5098FD
Tints of Cornflower Blue #5098FD
RGB
CMYK
RGB Variations
Color information
#5098FD (or 0x5098FD) is known color: Cornflower Blue. HEX triplet: 50, 98 and FD. RGB value is (80,152,253). Sum of RGB (Red+Green+Blue) = 80+152+253=485 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.49% from 485); Green value is 152 (59.77% from 255 or 31.34% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #5098FD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5098FD is #AF6702. Grayscale: #8D8D8D. Windows color (decimal): -11495171 or 16619600. OLE color: 16619600.
HSL color Cylindrical-coordinate representation of color #5098FD: hue angle of 215.03º degrees, saturation: 0.98, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5098FD is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 80 | 152 | 253 | - |
| CMYK | 0.68 | 0.40 | 0 | 0.01 |
| HSL | 215.03º | 0.98% | 0.65% | - |
| HSV(B) | 215.03º | 0.68% | 0.99% | - |
| XYZ | 32.27 | 31.25 | 97.26 | - |
| YUV | 141.99 | 190.65 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 253 | 0.68 | 0.40 | 0 | 0.01 | 215.03 | 0.98 | 0.65 |
| Hex | 50 | 98 | FD | 44 | 28 | 0 | 1 | D7 | 62 | 41 |
| Octal | 120 | 230 | 375 | 104 | 50 | 0 | 1 | 327 | 142 | 101 |
| Binary | 1010000 | 10011000 | 11111101 | 1000100 | 101000 | 0 | 1 | 11010111 | 1100010 | 1000001 |
Color Harmonies of #5098FD
Complementary color
Monochromatic Colors of #5098FD
Black with #5098FD
Text Example
Text Example
White with #5098FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5098FD; }
p { color: rgb(80,152,253); }
H1.HeaderClassName
{
color: #5098FD;
}
.AnyTagClassName
{
color: #5098FD;
}
</style>
background-color css
<style>
a { background-color: #5098FD; }
a { background-color: rgb(80,152,253); }
div.DivClassName
{
background-color: #5098FD;
}
.BgClassName
{
background-color: #5098FD;
}
</style>
border-color css
<style>
span { border-color: #5098FD; }
span { border-color: rgb(80,152,253); }
td.TdClassName
{
border-color: #5098FD;
}
.TagClassName
{
border-color: #5098FD;
}
</style>