Shades of Cornflower Blue #5697FF
Tints of Cornflower Blue #5697FF
RGB
CMYK
RGB Variations
Color information
#5697FF (or 0x5697FF) is known color: Cornflower Blue. HEX triplet: 56, 97 and FF. RGB value is (86,151,255). Sum of RGB (Red+Green+Blue) = 86+151+255=492 (65% of max value = 765). Red value is 86 (33.98% from 255 or 17.48% from 492); Green value is 151 (59.38% from 255 or 30.69% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #5697FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5697FF is #A96800. Grayscale: #8E8E8E. Windows color (decimal): -11102209 or 16750422. OLE color: 16750422.
HSL color Cylindrical-coordinate representation of color #5697FF: hue angle of 216.92º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5697FF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 86 | 151 | 255 | - |
| CMYK | 0.66 | 0.41 | 0 | 0 |
| HSL | 216.92º | 1% | 0.67% | - |
| HSV(B) | 216.92º | 0.66% | 1% | - |
| XYZ | 32.95 | 31.33 | 98.92 | - |
| YUV | 143.42 | 190.97 | 87.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 255 | 0.66 | 0.41 | 0 | 0 | 216.92 | 1 | 0.67 |
| Hex | 56 | 97 | FF | 42 | 29 | 0 | 0 | D9 | 64 | 43 |
| Octal | 126 | 227 | 377 | 102 | 51 | 0 | 0 | 331 | 144 | 103 |
| Binary | 1010110 | 10010111 | 11111111 | 1000010 | 101001 | 0 | 0 | 11011001 | 1100100 | 1000011 |
Color Harmonies of #5697FF
Complementary color
Monochromatic Colors of #5697FF
Black with #5697FF
Text Example
Text Example
White with #5697FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5697FF; }
p { color: rgb(86,151,255); }
H1.HeaderClassName
{
color: #5697FF;
}
.AnyTagClassName
{
color: #5697FF;
}
</style>
background-color css
<style>
a { background-color: #5697FF; }
a { background-color: rgb(86,151,255); }
div.DivClassName
{
background-color: #5697FF;
}
.BgClassName
{
background-color: #5697FF;
}
</style>
border-color css
<style>
span { border-color: #5697FF; }
span { border-color: rgb(86,151,255); }
td.TdClassName
{
border-color: #5697FF;
}
.TagClassName
{
border-color: #5697FF;
}
</style>