Shades of Cornflower Blue #5197EE
Tints of Cornflower Blue #5197EE
RGB
CMYK
RGB Variations
Color information
#5197EE (or 0x5197EE) is known color: Cornflower Blue. HEX triplet: 51, 97 and EE. RGB value is (81,151,238). Sum of RGB (Red+Green+Blue) = 81+151+238=470 (62% of max value = 765). Red value is 81 (32.03% from 255 or 17.23% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #5197EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5197EE is #AE6811. Grayscale: #8B8B8B. Windows color (decimal): -11429906 or 15636305. OLE color: 15636305.
HSL color Cylindrical-coordinate representation of color #5197EE: hue angle of 213.25º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5197EE is Cyan = 0.66, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 81 | 151 | 238 | - |
| CMYK | 0.66 | 0.37 | 0 | 0.07 |
| HSL | 213.25º | 0.82% | 0.63% | - |
| HSV(B) | 213.25º | 0.66% | 0.93% | - |
| XYZ | 29.89 | 30.06 | 85.11 | - |
| YUV | 139.99 | 183.31 | 85.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 151 | 238 | 0.66 | 0.37 | 0 | 0.07 | 213.25 | 0.82 | 0.63 |
| Hex | 51 | 97 | EE | 42 | 25 | 0 | 7 | D5 | 52 | 3F |
| Octal | 121 | 227 | 356 | 102 | 45 | 0 | 7 | 325 | 122 | 77 |
| Binary | 1010001 | 10010111 | 11101110 | 1000010 | 100101 | 0 | 111 | 11010101 | 1010010 | 111111 |
Color Harmonies of #5197EE
Complementary color
Monochromatic Colors of #5197EE
Black with #5197EE
Text Example
Text Example
White with #5197EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5197EE; }
p { color: rgb(81,151,238); }
H1.HeaderClassName
{
color: #5197EE;
}
.AnyTagClassName
{
color: #5197EE;
}
</style>
background-color css
<style>
a { background-color: #5197EE; }
a { background-color: rgb(81,151,238); }
div.DivClassName
{
background-color: #5197EE;
}
.BgClassName
{
background-color: #5197EE;
}
</style>
border-color css
<style>
span { border-color: #5197EE; }
span { border-color: rgb(81,151,238); }
td.TdClassName
{
border-color: #5197EE;
}
.TagClassName
{
border-color: #5197EE;
}
</style>