Shades of Cornflower Blue #5781EF
Tints of Cornflower Blue #5781EF
RGB
CMYK
RGB Variations
Color information
#5781EF (or 0x5781EF) is known color: Cornflower Blue. HEX triplet: 57, 81 and EF. RGB value is (87,129,239). Sum of RGB (Red+Green+Blue) = 87+129+239=455 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.12% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 239 (93.75% from 255 or 52.53% from 455); Max value from RGB is 239 - color contains mainly: blue. Hex color #5781EF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5781EF is #A87E10. Grayscale: #808080. Windows color (decimal): -11042321 or 15696215. OLE color: 15696215.
HSL color Cylindrical-coordinate representation of color #5781EF: hue angle of 223.42º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5781EF is Cyan = 0.64, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 87 | 129 | 239 | - |
| CMYK | 0.64 | 0.46 | 0 | 0.06 |
| HSL | 223.42º | 0.83% | 0.64% | - |
| HSV(B) | 223.42º | 0.64% | 0.94% | - |
| XYZ | 27.36 | 23.96 | 84.84 | - |
| YUV | 128.98 | 190.09 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 129 | 239 | 0.64 | 0.46 | 0 | 0.06 | 223.42 | 0.83 | 0.64 |
| Hex | 57 | 81 | EF | 40 | 2E | 0 | 6 | DF | 53 | 40 |
| Octal | 127 | 201 | 357 | 100 | 56 | 0 | 6 | 337 | 123 | 100 |
| Binary | 1010111 | 10000001 | 11101111 | 1000000 | 101110 | 0 | 110 | 11011111 | 1010011 | 1000000 |
Color Harmonies of #5781EF
Complementary color
Monochromatic Colors of #5781EF
Black with #5781EF
Text Example
Text Example
White with #5781EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5781EF; }
p { color: rgb(87,129,239); }
H1.HeaderClassName
{
color: #5781EF;
}
.AnyTagClassName
{
color: #5781EF;
}
</style>
background-color css
<style>
a { background-color: #5781EF; }
a { background-color: rgb(87,129,239); }
div.DivClassName
{
background-color: #5781EF;
}
.BgClassName
{
background-color: #5781EF;
}
</style>
border-color css
<style>
span { border-color: #5781EF; }
span { border-color: rgb(87,129,239); }
td.TdClassName
{
border-color: #5781EF;
}
.TagClassName
{
border-color: #5781EF;
}
</style>