Shades of Cornflower Blue #528FE2
Tints of Cornflower Blue #528FE2
RGB
CMYK
RGB Variations
Color information
#528FE2 (or 0x528FE2) is known color: Cornflower Blue. HEX triplet: 52, 8F and E2. RGB value is (82,143,226). Sum of RGB (Red+Green+Blue) = 82+143+226=451 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.18% from 451); Green value is 143 (56.25% from 255 or 31.71% from 451); Blue value is 226 (88.67% from 255 or 50.11% from 451); Max value from RGB is 226 - color contains mainly: blue. Hex color #528FE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #528FE2 is #AD701D. Grayscale: #858585. Windows color (decimal): -11366430 or 14847826. OLE color: 14847826.
HSL color Cylindrical-coordinate representation of color #528FE2: hue angle of 214.58º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #528FE2 is Cyan = 0.64, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 82 | 143 | 226 | - |
| CMYK | 0.64 | 0.37 | 0 | 0.11 |
| HSL | 214.58º | 0.71% | 0.6% | - |
| HSV(B) | 214.58º | 0.64% | 0.89% | - |
| XYZ | 27.03 | 26.93 | 75.72 | - |
| YUV | 134.22 | 179.79 | 90.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 226 | 0.64 | 0.37 | 0 | 0.11 | 214.58 | 0.71 | 0.6 |
| Hex | 52 | 8F | E2 | 40 | 25 | 0 | B | D7 | 47 | 3C |
| Octal | 122 | 217 | 342 | 100 | 45 | 0 | 13 | 327 | 107 | 74 |
| Binary | 1010010 | 10001111 | 11100010 | 1000000 | 100101 | 0 | 1011 | 11010111 | 1000111 | 111100 |
Color Harmonies of #528FE2
Complementary color
Monochromatic Colors of #528FE2
Black with #528FE2
Text Example
Text Example
White with #528FE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FE2; }
p { color: rgb(82,143,226); }
H1.HeaderClassName
{
color: #528FE2;
}
.AnyTagClassName
{
color: #528FE2;
}
</style>
background-color css
<style>
a { background-color: #528FE2; }
a { background-color: rgb(82,143,226); }
div.DivClassName
{
background-color: #528FE2;
}
.BgClassName
{
background-color: #528FE2;
}
</style>
border-color css
<style>
span { border-color: #528FE2; }
span { border-color: rgb(82,143,226); }
td.TdClassName
{
border-color: #528FE2;
}
.TagClassName
{
border-color: #528FE2;
}
</style>