Shades of Cornflower Blue #528BDC
Tints of Cornflower Blue #528BDC
RGB
CMYK
RGB Variations
Color information
#528BDC (or 0x528BDC) is known color: Cornflower Blue. HEX triplet: 52, 8B and DC. RGB value is (82,139,220). Sum of RGB (Red+Green+Blue) = 82+139+220=441 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.59% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 220 (86.33% from 255 or 49.89% from 441); Max value from RGB is 220 - color contains mainly: blue. Hex color #528BDC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BDC is #AD7423. Grayscale: #828282. Windows color (decimal): -11367460 or 14453586. OLE color: 14453586.
HSL color Cylindrical-coordinate representation of color #528BDC: hue angle of 215.22º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #528BDC is Cyan = 0.63, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 139 | 220 | - |
| CMYK | 0.63 | 0.37 | 0 | 0.14 |
| HSL | 215.22º | 0.66% | 0.59% | - |
| HSV(B) | 215.22º | 0.63% | 0.86% | - |
| XYZ | 25.63 | 25.43 | 71.27 | - |
| YUV | 131.19 | 178.12 | 92.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 220 | 0.63 | 0.37 | 0 | 0.14 | 215.22 | 0.66 | 0.59 |
| Hex | 52 | 8B | DC | 3F | 25 | 0 | E | D7 | 42 | 3B |
| Octal | 122 | 213 | 334 | 77 | 45 | 0 | 16 | 327 | 102 | 73 |
| Binary | 1010010 | 10001011 | 11011100 | 111111 | 100101 | 0 | 1110 | 11010111 | 1000010 | 111011 |
Color Harmonies of #528BDC
Complementary color
Monochromatic Colors of #528BDC
Black with #528BDC
Text Example
Text Example
White with #528BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BDC; }
p { color: rgb(82,139,220); }
H1.HeaderClassName
{
color: #528BDC;
}
.AnyTagClassName
{
color: #528BDC;
}
</style>
background-color css
<style>
a { background-color: #528BDC; }
a { background-color: rgb(82,139,220); }
div.DivClassName
{
background-color: #528BDC;
}
.BgClassName
{
background-color: #528BDC;
}
</style>
border-color css
<style>
span { border-color: #528BDC; }
span { border-color: rgb(82,139,220); }
td.TdClassName
{
border-color: #528BDC;
}
.TagClassName
{
border-color: #528BDC;
}
</style>