Shades of Cornflower Blue #528EDD
Tints of Cornflower Blue #528EDD
RGB
CMYK
RGB Variations
Color information
#528EDD (or 0x528EDD) is known color: Cornflower Blue. HEX triplet: 52, 8E and DD. RGB value is (82,142,221). Sum of RGB (Red+Green+Blue) = 82+142+221=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #528EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528EDD is #AD7122. Grayscale: #848484. Windows color (decimal): -11366691 or 14519890. OLE color: 14519890.
HSL color Cylindrical-coordinate representation of color #528EDD: hue angle of 214.1º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528EDD is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 142 | 221 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.13 |
| HSL | 214.1º | 0.67% | 0.59% | - |
| HSV(B) | 214.1º | 0.63% | 0.87% | - |
| XYZ | 26.2 | 26.36 | 72.11 | - |
| YUV | 133.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 221 | 0.63 | 0.36 | 0 | 0.13 | 214.1 | 0.67 | 0.59 |
| Hex | 52 | 8E | DD | 3F | 24 | 0 | D | D6 | 43 | 3B |
| Octal | 122 | 216 | 335 | 77 | 44 | 0 | 15 | 326 | 103 | 73 |
| Binary | 1010010 | 10001110 | 11011101 | 111111 | 100100 | 0 | 1101 | 11010110 | 1000011 | 111011 |
Color Harmonies of #528EDD
Complementary color
Monochromatic Colors of #528EDD
Black with #528EDD
Text Example
Text Example
White with #528EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EDD; }
p { color: rgb(82,142,221); }
H1.HeaderClassName
{
color: #528EDD;
}
.AnyTagClassName
{
color: #528EDD;
}
</style>
background-color css
<style>
a { background-color: #528EDD; }
a { background-color: rgb(82,142,221); }
div.DivClassName
{
background-color: #528EDD;
}
.BgClassName
{
background-color: #528EDD;
}
</style>
border-color css
<style>
span { border-color: #528EDD; }
span { border-color: rgb(82,142,221); }
td.TdClassName
{
border-color: #528EDD;
}
.TagClassName
{
border-color: #528EDD;
}
</style>