Shades of Cornflower Blue #528EE8
Tints of Cornflower Blue #528EE8
RGB
CMYK
RGB Variations
Color information
#528EE8 (or 0x528EE8) is known color: Cornflower Blue. HEX triplet: 52, 8E and E8. RGB value is (82,142,232). Sum of RGB (Red+Green+Blue) = 82+142+232=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 142 (55.86% from 255 or 31.14% from 456); Blue value is 232 (91.02% from 255 or 50.88% from 456); Max value from RGB is 232 - color contains mainly: blue. Hex color #528EE8 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528EE8 is #AD7117. Grayscale: #858585. Windows color (decimal): -11366680 or 15240786. OLE color: 15240786.
HSL color Cylindrical-coordinate representation of color #528EE8: hue angle of 216º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #528EE8 is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 82 | 142 | 232 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.09 |
| HSL | 216º | 0.77% | 0.62% | - |
| HSV(B) | 216º | 0.65% | 0.91% | - |
| XYZ | 27.72 | 26.97 | 80.09 | - |
| YUV | 134.32 | 183.12 | 90.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 232 | 0.65 | 0.39 | 0 | 0.09 | 216 | 0.77 | 0.62 |
| Hex | 52 | 8E | E8 | 41 | 27 | 0 | 9 | D8 | 4D | 3E |
| Octal | 122 | 216 | 350 | 101 | 47 | 0 | 11 | 330 | 115 | 76 |
| Binary | 1010010 | 10001110 | 11101000 | 1000001 | 100111 | 0 | 1001 | 11011000 | 1001101 | 111110 |
Color Harmonies of #528EE8
Complementary color
Monochromatic Colors of #528EE8
Black with #528EE8
Text Example
Text Example
White with #528EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EE8; }
p { color: rgb(82,142,232); }
H1.HeaderClassName
{
color: #528EE8;
}
.AnyTagClassName
{
color: #528EE8;
}
</style>
background-color css
<style>
a { background-color: #528EE8; }
a { background-color: rgb(82,142,232); }
div.DivClassName
{
background-color: #528EE8;
}
.BgClassName
{
background-color: #528EE8;
}
</style>
border-color css
<style>
span { border-color: #528EE8; }
span { border-color: rgb(82,142,232); }
td.TdClassName
{
border-color: #528EE8;
}
.TagClassName
{
border-color: #528EE8;
}
</style>