Shades of Cornflower Blue #528FDE
Tints of Cornflower Blue #528FDE
RGB
CMYK
RGB Variations
Color information
#528FDE (or 0x528FDE) is known color: Cornflower Blue. HEX triplet: 52, 8F and DE. RGB value is (82,143,222). Sum of RGB (Red+Green+Blue) = 82+143+222=447 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.34% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 222 (87.11% from 255 or 49.66% from 447); Max value from RGB is 222 - color contains mainly: blue. Hex color #528FDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FDE is #AD7021. Grayscale: #858585. Windows color (decimal): -11366434 or 14585682. OLE color: 14585682.
HSL color Cylindrical-coordinate representation of color #528FDE: hue angle of 213.86º 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 #528FDE is Cyan = 0.63, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 143 | 222 | - |
| CMYK | 0.63 | 0.36 | 0 | 0.13 |
| HSL | 213.86º | 0.68% | 0.6% | - |
| HSV(B) | 213.86º | 0.63% | 0.87% | - |
| XYZ | 26.49 | 26.71 | 72.87 | - |
| YUV | 133.77 | 177.79 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 222 | 0.63 | 0.36 | 0 | 0.13 | 213.86 | 0.68 | 0.6 |
| Hex | 52 | 8F | DE | 3F | 24 | 0 | D | D6 | 44 | 3C |
| Octal | 122 | 217 | 336 | 77 | 44 | 0 | 15 | 326 | 104 | 74 |
| Binary | 1010010 | 10001111 | 11011110 | 111111 | 100100 | 0 | 1101 | 11010110 | 1000100 | 111100 |
Color Harmonies of #528FDE
Complementary color
Monochromatic Colors of #528FDE
Black with #528FDE
Text Example
Text Example
White with #528FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FDE; }
p { color: rgb(82,143,222); }
H1.HeaderClassName
{
color: #528FDE;
}
.AnyTagClassName
{
color: #528FDE;
}
</style>
background-color css
<style>
a { background-color: #528FDE; }
a { background-color: rgb(82,143,222); }
div.DivClassName
{
background-color: #528FDE;
}
.BgClassName
{
background-color: #528FDE;
}
</style>
border-color css
<style>
span { border-color: #528FDE; }
span { border-color: rgb(82,143,222); }
td.TdClassName
{
border-color: #528FDE;
}
.TagClassName
{
border-color: #528FDE;
}
</style>