Shades of Cornflower Blue #528EE1
Tints of Cornflower Blue #528EE1
RGB
CMYK
RGB Variations
Color information
#528EE1 (or 0x528EE1) is known color: Cornflower Blue. HEX triplet: 52, 8E and E1. RGB value is (82,142,225). Sum of RGB (Red+Green+Blue) = 82+142+225=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 225 (88.28% from 255 or 50.11% from 449); Max value from RGB is 225 - color contains mainly: blue. Hex color #528EE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EE1 is #AD711E. Grayscale: #858585. Windows color (decimal): -11366687 or 14782034. OLE color: 14782034.
HSL color Cylindrical-coordinate representation of color #528EE1: hue angle of 214.83º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528EE1 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 142 | 225 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.12 |
| HSL | 214.83º | 0.7% | 0.6% | - |
| HSV(B) | 214.83º | 0.64% | 0.88% | - |
| XYZ | 26.74 | 26.58 | 74.95 | - |
| YUV | 133.52 | 179.62 | 91.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 225 | 0.64 | 0.37 | 0 | 0.12 | 214.83 | 0.7 | 0.6 |
| Hex | 52 | 8E | E1 | 40 | 25 | 0 | C | D7 | 46 | 3C |
| Octal | 122 | 216 | 341 | 100 | 45 | 0 | 14 | 327 | 106 | 74 |
| Binary | 1010010 | 10001110 | 11100001 | 1000000 | 100101 | 0 | 1100 | 11010111 | 1000110 | 111100 |
Color Harmonies of #528EE1
Complementary color
Monochromatic Colors of #528EE1
Black with #528EE1
Text Example
Text Example
White with #528EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EE1; }
p { color: rgb(82,142,225); }
H1.HeaderClassName
{
color: #528EE1;
}
.AnyTagClassName
{
color: #528EE1;
}
</style>
background-color css
<style>
a { background-color: #528EE1; }
a { background-color: rgb(82,142,225); }
div.DivClassName
{
background-color: #528EE1;
}
.BgClassName
{
background-color: #528EE1;
}
</style>
border-color css
<style>
span { border-color: #528EE1; }
span { border-color: rgb(82,142,225); }
td.TdClassName
{
border-color: #528EE1;
}
.TagClassName
{
border-color: #528EE1;
}
</style>