Shades of Cornflower Blue #5782E7
Tints of Cornflower Blue #5782E7
RGB
CMYK
RGB Variations
Color information
#5782E7 (or 0x5782E7) is known color: Cornflower Blue. HEX triplet: 57, 82 and E7. RGB value is (87,130,231). Sum of RGB (Red+Green+Blue) = 87+130+231=448 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.42% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 231 (90.62% from 255 or 51.56% from 448); Max value from RGB is 231 - color contains mainly: blue. Hex color #5782E7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #5782E7 is #A87D18. Grayscale: #808080. Windows color (decimal): -11042073 or 15172183. OLE color: 15172183.
HSL color Cylindrical-coordinate representation of color #5782E7: hue angle of 222.08º degrees, saturation: 0.75, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5782E7 is Cyan = 0.62, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 87 | 130 | 231 | - |
| CMYK | 0.62 | 0.44 | 0 | 0.09 |
| HSL | 222.08º | 0.75% | 0.62% | - |
| HSV(B) | 222.08º | 0.62% | 0.91% | - |
| XYZ | 26.34 | 23.76 | 78.8 | - |
| YUV | 128.66 | 185.75 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 130 | 231 | 0.62 | 0.44 | 0 | 0.09 | 222.08 | 0.75 | 0.62 |
| Hex | 57 | 82 | E7 | 3E | 2C | 0 | 9 | DE | 4B | 3E |
| Octal | 127 | 202 | 347 | 76 | 54 | 0 | 11 | 336 | 113 | 76 |
| Binary | 1010111 | 10000010 | 11100111 | 111110 | 101100 | 0 | 1001 | 11011110 | 1001011 | 111110 |
Color Harmonies of #5782E7
Complementary color
Monochromatic Colors of #5782E7
Black with #5782E7
Text Example
Text Example
White with #5782E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5782E7; }
p { color: rgb(87,130,231); }
H1.HeaderClassName
{
color: #5782E7;
}
.AnyTagClassName
{
color: #5782E7;
}
</style>
background-color css
<style>
a { background-color: #5782E7; }
a { background-color: rgb(87,130,231); }
div.DivClassName
{
background-color: #5782E7;
}
.BgClassName
{
background-color: #5782E7;
}
</style>
border-color css
<style>
span { border-color: #5782E7; }
span { border-color: rgb(87,130,231); }
td.TdClassName
{
border-color: #5782E7;
}
.TagClassName
{
border-color: #5782E7;
}
</style>