Shades of Cornflower Blue #5098FF
Tints of Cornflower Blue #5098FF
RGB
CMYK
RGB Variations
Color information
#5098FF (or 0x5098FF) is known color: Cornflower Blue. HEX triplet: 50, 98 and FF. RGB value is (80,152,255). Sum of RGB (Red+Green+Blue) = 80+152+255=487 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.43% from 487); Green value is 152 (59.77% from 255 or 31.21% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #5098FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5098FF is #AF6700. Grayscale: #8D8D8D. Windows color (decimal): -11495169 or 16750672. OLE color: 16750672.
HSL color Cylindrical-coordinate representation of color #5098FF: hue angle of 215.31º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5098FF is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 152 | 255 | - |
| CMYK | 0.69 | 0.40 | 0 | 0 |
| HSL | 215.31º | 1% | 0.66% | - |
| HSV(B) | 215.31º | 0.69% | 1% | - |
| XYZ | 32.59 | 31.38 | 98.95 | - |
| YUV | 142.21 | 191.65 | 83.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 255 | 0.69 | 0.40 | 0 | 0 | 215.31 | 1 | 0.66 |
| Hex | 50 | 98 | FF | 45 | 28 | 0 | 0 | D7 | 64 | 42 |
| Octal | 120 | 230 | 377 | 105 | 50 | 0 | 0 | 327 | 144 | 102 |
| Binary | 1010000 | 10011000 | 11111111 | 1000101 | 101000 | 0 | 0 | 11010111 | 1100100 | 1000010 |
Color Harmonies of #5098FF
Complementary color
Monochromatic Colors of #5098FF
Black with #5098FF
Text Example
Text Example
White with #5098FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5098FF; }
p { color: rgb(80,152,255); }
H1.HeaderClassName
{
color: #5098FF;
}
.AnyTagClassName
{
color: #5098FF;
}
</style>
background-color css
<style>
a { background-color: #5098FF; }
a { background-color: rgb(80,152,255); }
div.DivClassName
{
background-color: #5098FF;
}
.BgClassName
{
background-color: #5098FF;
}
</style>
border-color css
<style>
span { border-color: #5098FF; }
span { border-color: rgb(80,152,255); }
td.TdClassName
{
border-color: #5098FF;
}
.TagClassName
{
border-color: #5098FF;
}
</style>