Shades of Cornflower Blue #5097FF
Tints of Cornflower Blue #5097FF
RGB
CMYK
RGB Variations
Color information
#5097FF (or 0x5097FF) is known color: Cornflower Blue. HEX triplet: 50, 97 and FF. RGB value is (80,151,255). Sum of RGB (Red+Green+Blue) = 80+151+255=486 (64% of max value = 765). Red value is 80 (31.64% from 255 or 16.46% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #5097FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5097FF is #AF6800. Grayscale: #8D8D8D. Windows color (decimal): -11495425 or 16750416. OLE color: 16750416.
HSL color Cylindrical-coordinate representation of color #5097FF: hue angle of 215.66º 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 #5097FF is Cyan = 0.69, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 80 | 151 | 255 | - |
| CMYK | 0.69 | 0.41 | 0 | 0 |
| HSL | 215.66º | 1% | 0.66% | - |
| HSV(B) | 215.66º | 0.69% | 1% | - |
| XYZ | 32.42 | 31.06 | 98.89 | - |
| YUV | 141.63 | 191.98 | 84.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 151 | 255 | 0.69 | 0.41 | 0 | 0 | 215.66 | 1 | 0.66 |
| Hex | 50 | 97 | FF | 45 | 29 | 0 | 0 | D8 | 64 | 42 |
| Octal | 120 | 227 | 377 | 105 | 51 | 0 | 0 | 330 | 144 | 102 |
| Binary | 1010000 | 10010111 | 11111111 | 1000101 | 101001 | 0 | 0 | 11011000 | 1100100 | 1000010 |
Color Harmonies of #5097FF
Complementary color
Monochromatic Colors of #5097FF
Black with #5097FF
Text Example
Text Example
White with #5097FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5097FF; }
p { color: rgb(80,151,255); }
H1.HeaderClassName
{
color: #5097FF;
}
.AnyTagClassName
{
color: #5097FF;
}
</style>
background-color css
<style>
a { background-color: #5097FF; }
a { background-color: rgb(80,151,255); }
div.DivClassName
{
background-color: #5097FF;
}
.BgClassName
{
background-color: #5097FF;
}
</style>
border-color css
<style>
span { border-color: #5097FF; }
span { border-color: rgb(80,151,255); }
td.TdClassName
{
border-color: #5097FF;
}
.TagClassName
{
border-color: #5097FF;
}
</style>