Shades of Cornflower Blue #528CEF
Tints of Cornflower Blue #528CEF
RGB
CMYK
RGB Variations
Color information
#528CEF (or 0x528CEF) is known color: Cornflower Blue. HEX triplet: 52, 8C and EF. RGB value is (82,140,239). Sum of RGB (Red+Green+Blue) = 82+140+239=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 140 (55.08% from 255 or 30.37% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #528CEF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CEF is #AD7310. Grayscale: #858585. Windows color (decimal): -11367185 or 15699026. OLE color: 15699026.
HSL color Cylindrical-coordinate representation of color #528CEF: hue angle of 217.83º 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 #528CEF is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 82 | 140 | 239 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.06 |
| HSL | 217.83º | 0.83% | 0.63% | - |
| HSV(B) | 217.83º | 0.66% | 0.94% | - |
| XYZ | 28.44 | 26.78 | 85.33 | - |
| YUV | 133.94 | 187.28 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 239 | 0.66 | 0.41 | 0 | 0.06 | 217.83 | 0.83 | 0.63 |
| Hex | 52 | 8C | EF | 42 | 29 | 0 | 6 | DA | 53 | 3F |
| Octal | 122 | 214 | 357 | 102 | 51 | 0 | 6 | 332 | 123 | 77 |
| Binary | 1010010 | 10001100 | 11101111 | 1000010 | 101001 | 0 | 110 | 11011010 | 1010011 | 111111 |
Color Harmonies of #528CEF
Complementary color
Monochromatic Colors of #528CEF
Black with #528CEF
Text Example
Text Example
White with #528CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CEF; }
p { color: rgb(82,140,239); }
H1.HeaderClassName
{
color: #528CEF;
}
.AnyTagClassName
{
color: #528CEF;
}
</style>
background-color css
<style>
a { background-color: #528CEF; }
a { background-color: rgb(82,140,239); }
div.DivClassName
{
background-color: #528CEF;
}
.BgClassName
{
background-color: #528CEF;
}
</style>
border-color css
<style>
span { border-color: #528CEF; }
span { border-color: rgb(82,140,239); }
td.TdClassName
{
border-color: #528CEF;
}
.TagClassName
{
border-color: #528CEF;
}
</style>