Shades of Cornflower Blue #528EEF
Tints of Cornflower Blue #528EEF
RGB
CMYK
RGB Variations
Color information
#528EEF (or 0x528EEF) is known color: Cornflower Blue. HEX triplet: 52, 8E and EF. RGB value is (82,142,239). Sum of RGB (Red+Green+Blue) = 82+142+239=463 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.71% from 463); Green value is 142 (55.86% from 255 or 30.67% from 463); Blue value is 239 (93.75% from 255 or 51.62% from 463); Max value from RGB is 239 - color contains mainly: blue. Hex color #528EEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528EEF is #AD7110. Grayscale: #868686. Windows color (decimal): -11366673 or 15699538. OLE color: 15699538.
HSL color Cylindrical-coordinate representation of color #528EEF: hue angle of 217.07º 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 #528EEF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 142 | 239 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.06 |
| HSL | 217.07º | 0.83% | 0.63% | - |
| HSV(B) | 217.07º | 0.66% | 0.94% | - |
| XYZ | 28.73 | 27.37 | 85.43 | - |
| YUV | 135.12 | 186.62 | 90.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 142 | 239 | 0.66 | 0.41 | 0 | 0.06 | 217.07 | 0.83 | 0.63 |
| Hex | 52 | 8E | EF | 42 | 29 | 0 | 6 | D9 | 53 | 3F |
| Octal | 122 | 216 | 357 | 102 | 51 | 0 | 6 | 331 | 123 | 77 |
| Binary | 1010010 | 10001110 | 11101111 | 1000010 | 101001 | 0 | 110 | 11011001 | 1010011 | 111111 |
Color Harmonies of #528EEF
Complementary color
Monochromatic Colors of #528EEF
Black with #528EEF
Text Example
Text Example
White with #528EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528EEF; }
p { color: rgb(82,142,239); }
H1.HeaderClassName
{
color: #528EEF;
}
.AnyTagClassName
{
color: #528EEF;
}
</style>
background-color css
<style>
a { background-color: #528EEF; }
a { background-color: rgb(82,142,239); }
div.DivClassName
{
background-color: #528EEF;
}
.BgClassName
{
background-color: #528EEF;
}
</style>
border-color css
<style>
span { border-color: #528EEF; }
span { border-color: rgb(82,142,239); }
td.TdClassName
{
border-color: #528EEF;
}
.TagClassName
{
border-color: #528EEF;
}
</style>