Shades of Cornflower Blue #5098F1
Tints of Cornflower Blue #5098F1
RGB
CMYK
RGB Variations
Color information
#5098F1 (or 0x5098F1) is known color: Cornflower Blue. HEX triplet: 50, 98 and F1. RGB value is (80,152,241). Sum of RGB (Red+Green+Blue) = 80+152+241=473 (62% of max value = 765). Red value is 80 (31.64% from 255 or 16.91% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 241 (94.53% from 255 or 50.95% from 473); Max value from RGB is 241 - color contains mainly: blue. Hex color #5098F1 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5098F1 is #AF670E. Grayscale: #8C8C8C. Windows color (decimal): -11495183 or 15833168. OLE color: 15833168.
HSL color Cylindrical-coordinate representation of color #5098F1: hue angle of 213.17º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5098F1 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 80 | 152 | 241 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.05 |
| HSL | 213.17º | 0.85% | 0.63% | - |
| HSV(B) | 213.17º | 0.67% | 0.95% | - |
| XYZ | 30.41 | 30.51 | 87.51 | - |
| YUV | 140.62 | 184.65 | 84.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 152 | 241 | 0.67 | 0.37 | 0 | 0.05 | 213.17 | 0.85 | 0.63 |
| Hex | 50 | 98 | F1 | 43 | 25 | 0 | 5 | D5 | 55 | 3F |
| Octal | 120 | 230 | 361 | 103 | 45 | 0 | 5 | 325 | 125 | 77 |
| Binary | 1010000 | 10011000 | 11110001 | 1000011 | 100101 | 0 | 101 | 11010101 | 1010101 | 111111 |
Color Harmonies of #5098F1
Complementary color
Monochromatic Colors of #5098F1
Black with #5098F1
Text Example
Text Example
White with #5098F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5098F1; }
p { color: rgb(80,152,241); }
H1.HeaderClassName
{
color: #5098F1;
}
.AnyTagClassName
{
color: #5098F1;
}
</style>
background-color css
<style>
a { background-color: #5098F1; }
a { background-color: rgb(80,152,241); }
div.DivClassName
{
background-color: #5098F1;
}
.BgClassName
{
background-color: #5098F1;
}
</style>
border-color css
<style>
span { border-color: #5098F1; }
span { border-color: rgb(80,152,241); }
td.TdClassName
{
border-color: #5098F1;
}
.TagClassName
{
border-color: #5098F1;
}
</style>