Shades of Cornflower Blue #528BE1
Tints of Cornflower Blue #528BE1
RGB
CMYK
RGB Variations
Color information
#528BE1 (or 0x528BE1) is known color: Cornflower Blue. HEX triplet: 52, 8B and E1. RGB value is (82,139,225). Sum of RGB (Red+Green+Blue) = 82+139+225=446 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.39% from 446); Green value is 139 (54.69% from 255 or 31.17% from 446); Blue value is 225 (88.28% from 255 or 50.45% from 446); Max value from RGB is 225 - color contains mainly: blue. Hex color #528BE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528BE1 is #AD741E. Grayscale: #838383. Windows color (decimal): -11367455 or 14781266. OLE color: 14781266.
HSL color Cylindrical-coordinate representation of color #528BE1: hue angle of 216.08º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528BE1 is Cyan = 0.64, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 82 | 139 | 225 | - |
| CMYK | 0.64 | 0.38 | 0 | 0.12 |
| HSL | 216.08º | 0.7% | 0.6% | - |
| HSV(B) | 216.08º | 0.64% | 0.88% | - |
| XYZ | 26.3 | 25.7 | 74.81 | - |
| YUV | 131.76 | 180.62 | 92.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 225 | 0.64 | 0.38 | 0 | 0.12 | 216.08 | 0.7 | 0.6 |
| Hex | 52 | 8B | E1 | 40 | 26 | 0 | C | D8 | 46 | 3C |
| Octal | 122 | 213 | 341 | 100 | 46 | 0 | 14 | 330 | 106 | 74 |
| Binary | 1010010 | 10001011 | 11100001 | 1000000 | 100110 | 0 | 1100 | 11011000 | 1000110 | 111100 |
Color Harmonies of #528BE1
Complementary color
Monochromatic Colors of #528BE1
Black with #528BE1
Text Example
Text Example
White with #528BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BE1; }
p { color: rgb(82,139,225); }
H1.HeaderClassName
{
color: #528BE1;
}
.AnyTagClassName
{
color: #528BE1;
}
</style>
background-color css
<style>
a { background-color: #528BE1; }
a { background-color: rgb(82,139,225); }
div.DivClassName
{
background-color: #528BE1;
}
.BgClassName
{
background-color: #528BE1;
}
</style>
border-color css
<style>
span { border-color: #528BE1; }
span { border-color: rgb(82,139,225); }
td.TdClassName
{
border-color: #528BE1;
}
.TagClassName
{
border-color: #528BE1;
}
</style>