Shades of Cornflower Blue #528FEF
Tints of Cornflower Blue #528FEF
RGB
CMYK
RGB Variations
Color information
#528FEF (or 0x528FEF) is known color: Cornflower Blue. HEX triplet: 52, 8F and EF. RGB value is (82,143,239). Sum of RGB (Red+Green+Blue) = 82+143+239=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 143 (56.25% from 255 or 30.82% from 464); Blue value is 239 (93.75% from 255 or 51.51% from 464); Max value from RGB is 239 - color contains mainly: blue. Hex color #528FEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528FEF is #AD7010. Grayscale: #878787. Windows color (decimal): -11366417 or 15699794. OLE color: 15699794.
HSL color Cylindrical-coordinate representation of color #528FEF: hue angle of 216.69º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528FEF is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 143 | 239 | - |
| CMYK | 0.66 | 0.40 | 0 | 0.06 |
| HSL | 216.69º | 0.83% | 0.63% | - |
| HSV(B) | 216.69º | 0.66% | 0.94% | - |
| XYZ | 28.88 | 27.67 | 85.48 | - |
| YUV | 135.71 | 186.29 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 143 | 239 | 0.66 | 0.40 | 0 | 0.06 | 216.69 | 0.83 | 0.63 |
| Hex | 52 | 8F | EF | 42 | 28 | 0 | 6 | D9 | 53 | 3F |
| Octal | 122 | 217 | 357 | 102 | 50 | 0 | 6 | 331 | 123 | 77 |
| Binary | 1010010 | 10001111 | 11101111 | 1000010 | 101000 | 0 | 110 | 11011001 | 1010011 | 111111 |
Color Harmonies of #528FEF
Complementary color
Monochromatic Colors of #528FEF
Black with #528FEF
Text Example
Text Example
White with #528FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528FEF; }
p { color: rgb(82,143,239); }
H1.HeaderClassName
{
color: #528FEF;
}
.AnyTagClassName
{
color: #528FEF;
}
</style>
background-color css
<style>
a { background-color: #528FEF; }
a { background-color: rgb(82,143,239); }
div.DivClassName
{
background-color: #528FEF;
}
.BgClassName
{
background-color: #528FEF;
}
</style>
border-color css
<style>
span { border-color: #528FEF; }
span { border-color: rgb(82,143,239); }
td.TdClassName
{
border-color: #528FEF;
}
.TagClassName
{
border-color: #528FEF;
}
</style>