Shades of Cornflower Blue #5781E5
Tints of Cornflower Blue #5781E5
RGB
CMYK
RGB Variations
Color information
#5781E5 (or 0x5781E5) is known color: Cornflower Blue. HEX triplet: 57, 81 and E5. RGB value is (87,129,229). Sum of RGB (Red+Green+Blue) = 87+129+229=445 (58% of max value = 765). Red value is 87 (34.38% from 255 or 19.55% from 445); Green value is 129 (50.78% from 255 or 28.99% from 445); Blue value is 229 (89.84% from 255 or 51.46% from 445); Max value from RGB is 229 - color contains mainly: blue. Hex color #5781E5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5781E5 is #A87E1A. Grayscale: #7F7F7F. Windows color (decimal): -11042331 or 15040855. OLE color: 15040855.
HSL color Cylindrical-coordinate representation of color #5781E5: hue angle of 222.25º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5781E5 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 87 | 129 | 229 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.10 |
| HSL | 222.25º | 0.73% | 0.62% | - |
| HSV(B) | 222.25º | 0.62% | 0.9% | - |
| XYZ | 25.92 | 23.38 | 77.28 | - |
| YUV | 127.84 | 185.09 | 98.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 229 | 0.62 | 0.44 | 0 | 0.10 | 222.25 | 0.73 | 0.62 |
| Hex | 57 | 81 | E5 | 3E | 2C | 0 | A | DE | 49 | 3E |
| Octal | 127 | 201 | 345 | 76 | 54 | 0 | 12 | 336 | 111 | 76 |
| Binary | 1010111 | 10000001 | 11100101 | 111110 | 101100 | 0 | 1010 | 11011110 | 1001001 | 111110 |
Color Harmonies of #5781E5
Complementary color
Monochromatic Colors of #5781E5
Black with #5781E5
Text Example
Text Example
White with #5781E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781E5; }
p { color: rgb(87,129,229); }
H1.HeaderClassName
{
color: #5781E5;
}
.AnyTagClassName
{
color: #5781E5;
}
</style>
background-color css
<style>
a { background-color: #5781E5; }
a { background-color: rgb(87,129,229); }
div.DivClassName
{
background-color: #5781E5;
}
.BgClassName
{
background-color: #5781E5;
}
</style>
border-color css
<style>
span { border-color: #5781E5; }
span { border-color: rgb(87,129,229); }
td.TdClassName
{
border-color: #5781E5;
}
.TagClassName
{
border-color: #5781E5;
}
</style>