Shades of Cornflower Blue #528EDE
Tints of Cornflower Blue #528EDE
RGB
CMYK
RGB Variations
Color information
#528EDE (or 0x528EDE) is known color: Cornflower Blue. HEX triplet: 52, 8E and DE. RGB value is (82,142,222). Sum of RGB (Red+Green+Blue) = 82+142+222=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #528EDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EDE is #AD7121. Grayscale: #848484. Windows color (decimal): -11366690 or 14585426. OLE color: 14585426.
HSL color Cylindrical-coordinate representation of color #528EDE: hue angle of 214.29º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528EDE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 142 | 222 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.13 |
| HSL | 214.29º | 0.68% | 0.6% | - |
| HSV(B) | 214.29º | 0.63% | 0.87% | - |
| XYZ | 26.34 | 26.41 | 72.82 | - |
| YUV | 133.18 | 178.12 | 91.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 222 | 0.63 | 0.36 | 0 | 0.13 | 214.29 | 0.68 | 0.6 |
| Hex | 52 | 8E | DE | 3F | 24 | 0 | D | D6 | 44 | 3C |
| Octal | 122 | 216 | 336 | 77 | 44 | 0 | 15 | 326 | 104 | 74 |
| Binary | 1010010 | 10001110 | 11011110 | 111111 | 100100 | 0 | 1101 | 11010110 | 1000100 | 111100 |
Color Harmonies of #528EDE
Complementary color
Monochromatic Colors of #528EDE
Black with #528EDE
Text Example
Text Example
White with #528EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EDE; }
p { color: rgb(82,142,222); }
H1.HeaderClassName
{
color: #528EDE;
}
.AnyTagClassName
{
color: #528EDE;
}
</style>
background-color css
<style>
a { background-color: #528EDE; }
a { background-color: rgb(82,142,222); }
div.DivClassName
{
background-color: #528EDE;
}
.BgClassName
{
background-color: #528EDE;
}
</style>
border-color css
<style>
span { border-color: #528EDE; }
span { border-color: rgb(82,142,222); }
td.TdClassName
{
border-color: #528EDE;
}
.TagClassName
{
border-color: #528EDE;
}
</style>