Shades of Cornflower Blue #5781EB
Tints of Cornflower Blue #5781EB
RGB
CMYK
RGB Variations
Color information
#5781EB (or 0x5781EB) is known color: Cornflower Blue. HEX triplet: 57, 81 and EB. RGB value is (87,129,235). Sum of RGB (Red+Green+Blue) = 87+129+235=451 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.29% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 235 (92.19% from 255 or 52.11% from 451); Max value from RGB is 235 - color contains mainly: blue. Hex color #5781EB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5781EB is #A87E14. Grayscale: #808080. Windows color (decimal): -11042325 or 15434071. OLE color: 15434071.
HSL color Cylindrical-coordinate representation of color #5781EB: hue angle of 222.97º degrees, saturation: 0.79, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5781EB is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 87 | 129 | 235 | - |
| CMYK | 0.63 | 0.45 | 0 | 0.08 |
| HSL | 222.97º | 0.79% | 0.63% | - |
| HSV(B) | 222.97º | 0.63% | 0.92% | - |
| XYZ | 26.78 | 23.72 | 81.77 | - |
| YUV | 128.53 | 188.09 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 235 | 0.63 | 0.45 | 0 | 0.08 | 222.97 | 0.79 | 0.63 |
| Hex | 57 | 81 | EB | 3F | 2D | 0 | 8 | DF | 4F | 3F |
| Octal | 127 | 201 | 353 | 77 | 55 | 0 | 10 | 337 | 117 | 77 |
| Binary | 1010111 | 10000001 | 11101011 | 111111 | 101101 | 0 | 1000 | 11011111 | 1001111 | 111111 |
Color Harmonies of #5781EB
Complementary color
Monochromatic Colors of #5781EB
Black with #5781EB
Text Example
Text Example
White with #5781EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781EB; }
p { color: rgb(87,129,235); }
H1.HeaderClassName
{
color: #5781EB;
}
.AnyTagClassName
{
color: #5781EB;
}
</style>
background-color css
<style>
a { background-color: #5781EB; }
a { background-color: rgb(87,129,235); }
div.DivClassName
{
background-color: #5781EB;
}
.BgClassName
{
background-color: #5781EB;
}
</style>
border-color css
<style>
span { border-color: #5781EB; }
span { border-color: rgb(87,129,235); }
td.TdClassName
{
border-color: #5781EB;
}
.TagClassName
{
border-color: #5781EB;
}
</style>