Shades of Cornflower Blue #5681E9
Tints of Cornflower Blue #5681E9
RGB
CMYK
RGB Variations
Color information
#5681E9 (or 0x5681E9) is known color: Cornflower Blue. HEX triplet: 56, 81 and E9. RGB value is (86,129,233). Sum of RGB (Red+Green+Blue) = 86+129+233=448 (59% of max value = 765). Red value is 86 (33.98% from 255 or 19.20% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 233 (91.41% from 255 or 52.01% from 448); Max value from RGB is 233 - color contains mainly: blue. Hex color #5681E9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5681E9 is #A97E16. Grayscale: #7F7F7F. Windows color (decimal): -11107863 or 15302998. OLE color: 15302998.
HSL color Cylindrical-coordinate representation of color #5681E9: hue angle of 222.45º 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 #5681E9 is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 86 | 129 | 233 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.09 |
| HSL | 222.45º | 0.77% | 0.63% | - |
| HSV(B) | 222.45º | 0.63% | 0.91% | - |
| XYZ | 26.4 | 23.56 | 80.25 | - |
| YUV | 128 | 187.25 | 98.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 129 | 233 | 0.63 | 0.45 | 0 | 0.09 | 222.45 | 0.77 | 0.63 |
| Hex | 56 | 81 | E9 | 3F | 2D | 0 | 9 | DE | 4D | 3F |
| Octal | 126 | 201 | 351 | 77 | 55 | 0 | 11 | 336 | 115 | 77 |
| Binary | 1010110 | 10000001 | 11101001 | 111111 | 101101 | 0 | 1001 | 11011110 | 1001101 | 111111 |
Color Harmonies of #5681E9
Complementary color
Monochromatic Colors of #5681E9
Black with #5681E9
Text Example
Text Example
White with #5681E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5681E9; }
p { color: rgb(86,129,233); }
H1.HeaderClassName
{
color: #5681E9;
}
.AnyTagClassName
{
color: #5681E9;
}
</style>
background-color css
<style>
a { background-color: #5681E9; }
a { background-color: rgb(86,129,233); }
div.DivClassName
{
background-color: #5681E9;
}
.BgClassName
{
background-color: #5681E9;
}
</style>
border-color css
<style>
span { border-color: #5681E9; }
span { border-color: rgb(86,129,233); }
td.TdClassName
{
border-color: #5681E9;
}
.TagClassName
{
border-color: #5681E9;
}
</style>