Shades of Cornflower Blue #528FEC
Tints of Cornflower Blue #528FEC
RGB
CMYK
RGB Variations
Color information
#528FEC (or 0x528FEC) is known color: Cornflower Blue. HEX triplet: 52, 8F and EC. RGB value is (82,143,236). Sum of RGB (Red+Green+Blue) = 82+143+236=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 236 (92.58% from 255 or 51.19% from 461); Max value from RGB is 236 - color contains mainly: blue. Hex color #528FEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FEC is #AD7013. Grayscale: #868686. Windows color (decimal): -11366420 or 15503186. OLE color: 15503186.
HSL color Cylindrical-coordinate representation of color #528FEC: hue angle of 216.23º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #528FEC is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 143 | 236 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.07 |
| HSL | 216.23º | 0.8% | 0.62% | - |
| HSV(B) | 216.23º | 0.65% | 0.93% | - |
| XYZ | 28.44 | 27.49 | 83.16 | - |
| YUV | 135.36 | 184.79 | 89.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 236 | 0.65 | 0.39 | 0 | 0.07 | 216.23 | 0.8 | 0.62 |
| Hex | 52 | 8F | EC | 41 | 27 | 0 | 7 | D8 | 50 | 3E |
| Octal | 122 | 217 | 354 | 101 | 47 | 0 | 7 | 330 | 120 | 76 |
| Binary | 1010010 | 10001111 | 11101100 | 1000001 | 100111 | 0 | 111 | 11011000 | 1010000 | 111110 |
Color Harmonies of #528FEC
Complementary color
Monochromatic Colors of #528FEC
Black with #528FEC
Text Example
Text Example
White with #528FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FEC; }
p { color: rgb(82,143,236); }
H1.HeaderClassName
{
color: #528FEC;
}
.AnyTagClassName
{
color: #528FEC;
}
</style>
background-color css
<style>
a { background-color: #528FEC; }
a { background-color: rgb(82,143,236); }
div.DivClassName
{
background-color: #528FEC;
}
.BgClassName
{
background-color: #528FEC;
}
</style>
border-color css
<style>
span { border-color: #528FEC; }
span { border-color: rgb(82,143,236); }
td.TdClassName
{
border-color: #528FEC;
}
.TagClassName
{
border-color: #528FEC;
}
</style>