Shades of Cornflower Blue #5693E9
Tints of Cornflower Blue #5693E9
RGB
CMYK
RGB Variations
Color information
#5693E9 (or 0x5693E9) is known color: Cornflower Blue. HEX triplet: 56, 93 and E9. RGB value is (86,147,233). Sum of RGB (Red+Green+Blue) = 86+147+233=466 (61% of max value = 765). Red value is 86 (33.98% from 255 or 18.45% from 466); Green value is 147 (57.81% from 255 or 31.55% from 466); Blue value is 233 (91.41% from 255 or 50% from 466); Max value from RGB is 233 - color contains mainly: blue. Hex color #5693E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5693E9 is #A96C16. Grayscale: #8A8A8A. Windows color (decimal): -11103255 or 15307606. OLE color: 15307606.
HSL color Cylindrical-coordinate representation of color #5693E9: hue angle of 215.1º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5693E9 is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 147 | 233 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.09 |
| HSL | 215.1º | 0.77% | 0.63% | - |
| HSV(B) | 215.1º | 0.63% | 0.91% | - |
| XYZ | 28.98 | 28.73 | 81.11 | - |
| YUV | 138.57 | 181.29 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 147 | 233 | 0.63 | 0.37 | 0 | 0.09 | 215.1 | 0.77 | 0.63 |
| Hex | 56 | 93 | E9 | 3F | 25 | 0 | 9 | D7 | 4D | 3F |
| Octal | 126 | 223 | 351 | 77 | 45 | 0 | 11 | 327 | 115 | 77 |
| Binary | 1010110 | 10010011 | 11101001 | 111111 | 100101 | 0 | 1001 | 11010111 | 1001101 | 111111 |
Color Harmonies of #5693E9
Complementary color
Monochromatic Colors of #5693E9
Black with #5693E9
Text Example
Text Example
White with #5693E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5693E9; }
p { color: rgb(86,147,233); }
H1.HeaderClassName
{
color: #5693E9;
}
.AnyTagClassName
{
color: #5693E9;
}
</style>
background-color css
<style>
a { background-color: #5693E9; }
a { background-color: rgb(86,147,233); }
div.DivClassName
{
background-color: #5693E9;
}
.BgClassName
{
background-color: #5693E9;
}
</style>
border-color css
<style>
span { border-color: #5693E9; }
span { border-color: rgb(86,147,233); }
td.TdClassName
{
border-color: #5693E9;
}
.TagClassName
{
border-color: #5693E9;
}
</style>