Shades of Cornflower Blue #5697E4
Tints of Cornflower Blue #5697E4
RGB
CMYK
RGB Variations
Color information
#5697E4 (or 0x5697E4) is known color: Cornflower Blue. HEX triplet: 56, 97 and E4. RGB value is (86,151,228). Sum of RGB (Red+Green+Blue) = 86+151+228=465 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.49% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #5697E4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5697E4 is #A9681B. Grayscale: #8B8B8B. Windows color (decimal): -11102236 or 14980950. OLE color: 14980950.
HSL color Cylindrical-coordinate representation of color #5697E4: hue angle of 212.54º degrees, saturation: 0.72, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5697E4 is Cyan = 0.62, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 86 | 151 | 228 | - |
| CMYK | 0.62 | 0.34 | 0 | 0.11 |
| HSL | 212.54º | 0.72% | 0.62% | - |
| HSV(B) | 212.54º | 0.62% | 0.89% | - |
| XYZ | 28.91 | 29.71 | 77.61 | - |
| YUV | 140.34 | 177.47 | 89.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 151 | 228 | 0.62 | 0.34 | 0 | 0.11 | 212.54 | 0.72 | 0.62 |
| Hex | 56 | 97 | E4 | 3E | 22 | 0 | B | D5 | 48 | 3E |
| Octal | 126 | 227 | 344 | 76 | 42 | 0 | 13 | 325 | 110 | 76 |
| Binary | 1010110 | 10010111 | 11100100 | 111110 | 100010 | 0 | 1011 | 11010101 | 1001000 | 111110 |
Color Harmonies of #5697E4
Complementary color
Monochromatic Colors of #5697E4
Black with #5697E4
Text Example
Text Example
White with #5697E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5697E4; }
p { color: rgb(86,151,228); }
H1.HeaderClassName
{
color: #5697E4;
}
.AnyTagClassName
{
color: #5697E4;
}
</style>
background-color css
<style>
a { background-color: #5697E4; }
a { background-color: rgb(86,151,228); }
div.DivClassName
{
background-color: #5697E4;
}
.BgClassName
{
background-color: #5697E4;
}
</style>
border-color css
<style>
span { border-color: #5697E4; }
span { border-color: rgb(86,151,228); }
td.TdClassName
{
border-color: #5697E4;
}
.TagClassName
{
border-color: #5697E4;
}
</style>