Shades of Cornflower Blue #528BDF
Tints of Cornflower Blue #528BDF
RGB
CMYK
RGB Variations
Color information
#528BDF (or 0x528BDF) is known color: Cornflower Blue. HEX triplet: 52, 8B and DF. RGB value is (82,139,223). Sum of RGB (Red+Green+Blue) = 82+139+223=444 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.47% from 444); Green value is 139 (54.69% from 255 or 31.31% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #528BDF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BDF is #AD7420. Grayscale: #838383. Windows color (decimal): -11367457 or 14650194. OLE color: 14650194.
HSL color Cylindrical-coordinate representation of color #528BDF: hue angle of 215.74º 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 #528BDF is Cyan = 0.63, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 82 | 139 | 223 | - |
| CMYK | 0.63 | 0.38 | 0 | 0.13 |
| HSL | 215.74º | 0.69% | 0.6% | - |
| HSV(B) | 215.74º | 0.63% | 0.87% | - |
| XYZ | 26.03 | 25.59 | 73.38 | - |
| YUV | 131.53 | 179.62 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 223 | 0.63 | 0.38 | 0 | 0.13 | 215.74 | 0.69 | 0.6 |
| Hex | 52 | 8B | DF | 3F | 26 | 0 | D | D8 | 45 | 3C |
| Octal | 122 | 213 | 337 | 77 | 46 | 0 | 15 | 330 | 105 | 74 |
| Binary | 1010010 | 10001011 | 11011111 | 111111 | 100110 | 0 | 1101 | 11011000 | 1000101 | 111100 |
Color Harmonies of #528BDF
Complementary color
Monochromatic Colors of #528BDF
Black with #528BDF
Text Example
Text Example
White with #528BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BDF; }
p { color: rgb(82,139,223); }
H1.HeaderClassName
{
color: #528BDF;
}
.AnyTagClassName
{
color: #528BDF;
}
</style>
background-color css
<style>
a { background-color: #528BDF; }
a { background-color: rgb(82,139,223); }
div.DivClassName
{
background-color: #528BDF;
}
.BgClassName
{
background-color: #528BDF;
}
</style>
border-color css
<style>
span { border-color: #528BDF; }
span { border-color: rgb(82,139,223); }
td.TdClassName
{
border-color: #528BDF;
}
.TagClassName
{
border-color: #528BDF;
}
</style>