Shades of Cornflower Blue #5697EE
Tints of Cornflower Blue #5697EE
RGB
CMYK
RGB Variations
Color information
#5697EE (or 0x5697EE) is known color: Cornflower Blue. HEX triplet: 56, 97 and EE. RGB value is (86,151,238). Sum of RGB (Red+Green+Blue) = 86+151+238=475 (62% of max value = 765). Red value is 86 (33.98% from 255 or 18.11% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 238 (93.36% from 255 or 50.11% from 475); Max value from RGB is 238 - color contains mainly: blue. Hex color #5697EE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5697EE is #A96811. Grayscale: #8D8D8D. Windows color (decimal): -11102226 or 15636310. OLE color: 15636310.
HSL color Cylindrical-coordinate representation of color #5697EE: hue angle of 214.34º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5697EE is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 86 | 151 | 238 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.07 |
| HSL | 214.34º | 0.82% | 0.64% | - |
| HSV(B) | 214.34º | 0.64% | 0.93% | - |
| XYZ | 30.34 | 30.28 | 85.14 | - |
| YUV | 141.48 | 182.47 | 88.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 238 | 0.64 | 0.37 | 0 | 0.07 | 214.34 | 0.82 | 0.64 |
| Hex | 56 | 97 | EE | 40 | 25 | 0 | 7 | D6 | 52 | 40 |
| Octal | 126 | 227 | 356 | 100 | 45 | 0 | 7 | 326 | 122 | 100 |
| Binary | 1010110 | 10010111 | 11101110 | 1000000 | 100101 | 0 | 111 | 11010110 | 1010010 | 1000000 |
Color Harmonies of #5697EE
Complementary color
Monochromatic Colors of #5697EE
Black with #5697EE
Text Example
Text Example
White with #5697EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5697EE; }
p { color: rgb(86,151,238); }
H1.HeaderClassName
{
color: #5697EE;
}
.AnyTagClassName
{
color: #5697EE;
}
</style>
background-color css
<style>
a { background-color: #5697EE; }
a { background-color: rgb(86,151,238); }
div.DivClassName
{
background-color: #5697EE;
}
.BgClassName
{
background-color: #5697EE;
}
</style>
border-color css
<style>
span { border-color: #5697EE; }
span { border-color: rgb(86,151,238); }
td.TdClassName
{
border-color: #5697EE;
}
.TagClassName
{
border-color: #5697EE;
}
</style>