Shades of Cornflower Blue #528ADF
Tints of Cornflower Blue #528ADF
RGB
CMYK
RGB Variations
Color information
#528ADF (or 0x528ADF) is known color: Cornflower Blue. HEX triplet: 52, 8A and DF. RGB value is (82,138,223). Sum of RGB (Red+Green+Blue) = 82+138+223=443 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.51% from 443); Green value is 138 (54.30% from 255 or 31.15% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #528ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528ADF is #AD7520. Grayscale: #828282. Windows color (decimal): -11367713 or 14649938. OLE color: 14649938.
HSL color Cylindrical-coordinate representation of color #528ADF: hue angle of 216.17º degrees, saturation: 0.69, 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 #528ADF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 138 | 223 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.13 |
| HSL | 216.17º | 0.69% | 0.6% | - |
| HSV(B) | 216.17º | 0.63% | 0.87% | - |
| XYZ | 25.89 | 25.3 | 73.33 | - |
| YUV | 130.95 | 179.95 | 93.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 138 | 223 | 0.63 | 0.38 | 0 | 0.13 | 216.17 | 0.69 | 0.6 |
| Hex | 52 | 8A | DF | 3F | 26 | 0 | D | D8 | 45 | 3C |
| Octal | 122 | 212 | 337 | 77 | 46 | 0 | 15 | 330 | 105 | 74 |
| Binary | 1010010 | 10001010 | 11011111 | 111111 | 100110 | 0 | 1101 | 11011000 | 1000101 | 111100 |
Color Harmonies of #528ADF
Complementary color
Monochromatic Colors of #528ADF
Black with #528ADF
Text Example
Text Example
White with #528ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528ADF; }
p { color: rgb(82,138,223); }
H1.HeaderClassName
{
color: #528ADF;
}
.AnyTagClassName
{
color: #528ADF;
}
</style>
background-color css
<style>
a { background-color: #528ADF; }
a { background-color: rgb(82,138,223); }
div.DivClassName
{
background-color: #528ADF;
}
.BgClassName
{
background-color: #528ADF;
}
</style>
border-color css
<style>
span { border-color: #528ADF; }
span { border-color: rgb(82,138,223); }
td.TdClassName
{
border-color: #528ADF;
}
.TagClassName
{
border-color: #528ADF;
}
</style>