Shades of Cornflower Blue #528FEB
Tints of Cornflower Blue #528FEB
RGB
CMYK
RGB Variations
Color information
#528FEB (or 0x528FEB) is known color: Cornflower Blue. HEX triplet: 52, 8F and EB. RGB value is (82,143,235). Sum of RGB (Red+Green+Blue) = 82+143+235=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 143 (56.25% from 255 or 31.09% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #528FEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FEB is #AD7014. Grayscale: #868686. Windows color (decimal): -11366421 or 15437650. OLE color: 15437650.
HSL color Cylindrical-coordinate representation of color #528FEB: hue angle of 216.08º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #528FEB is Cyan = 0.65, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 143 | 235 | - |
| CMYK | 0.65 | 0.39 | 0 | 0.08 |
| HSL | 216.08º | 0.79% | 0.62% | - |
| HSV(B) | 216.08º | 0.65% | 0.92% | - |
| XYZ | 28.3 | 27.44 | 82.4 | - |
| YUV | 135.25 | 184.29 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 235 | 0.65 | 0.39 | 0 | 0.08 | 216.08 | 0.79 | 0.62 |
| Hex | 52 | 8F | EB | 41 | 27 | 0 | 8 | D8 | 4F | 3E |
| Octal | 122 | 217 | 353 | 101 | 47 | 0 | 10 | 330 | 117 | 76 |
| Binary | 1010010 | 10001111 | 11101011 | 1000001 | 100111 | 0 | 1000 | 11011000 | 1001111 | 111110 |
Color Harmonies of #528FEB
Complementary color
Monochromatic Colors of #528FEB
Black with #528FEB
Text Example
Text Example
White with #528FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FEB; }
p { color: rgb(82,143,235); }
H1.HeaderClassName
{
color: #528FEB;
}
.AnyTagClassName
{
color: #528FEB;
}
</style>
background-color css
<style>
a { background-color: #528FEB; }
a { background-color: rgb(82,143,235); }
div.DivClassName
{
background-color: #528FEB;
}
.BgClassName
{
background-color: #528FEB;
}
</style>
border-color css
<style>
span { border-color: #528FEB; }
span { border-color: rgb(82,143,235); }
td.TdClassName
{
border-color: #528FEB;
}
.TagClassName
{
border-color: #528FEB;
}
</style>