Shades of Cornflower Blue #528CEE
Tints of Cornflower Blue #528CEE
RGB
CMYK
RGB Variations
Color information
#528CEE (or 0x528CEE) is known color: Cornflower Blue. HEX triplet: 52, 8C and EE. RGB value is (82,140,238). Sum of RGB (Red+Green+Blue) = 82+140+238=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 238 (93.36% from 255 or 51.74% from 460); Max value from RGB is 238 - color contains mainly: blue. Hex color #528CEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528CEE is #AD7311. Grayscale: #858585. Windows color (decimal): -11367186 or 15633490. OLE color: 15633490.
HSL color Cylindrical-coordinate representation of color #528CEE: hue angle of 217.69º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #528CEE is Cyan = 0.66, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 140 | 238 | - |
| CMYK | 0.66 | 0.41 | 0 | 0.07 |
| HSL | 217.69º | 0.82% | 0.63% | - |
| HSV(B) | 217.69º | 0.66% | 0.93% | - |
| XYZ | 28.29 | 26.72 | 84.56 | - |
| YUV | 133.83 | 186.78 | 91.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 140 | 238 | 0.66 | 0.41 | 0 | 0.07 | 217.69 | 0.82 | 0.63 |
| Hex | 52 | 8C | EE | 42 | 29 | 0 | 7 | DA | 52 | 3F |
| Octal | 122 | 214 | 356 | 102 | 51 | 0 | 7 | 332 | 122 | 77 |
| Binary | 1010010 | 10001100 | 11101110 | 1000010 | 101001 | 0 | 111 | 11011010 | 1010010 | 111111 |
Color Harmonies of #528CEE
Complementary color
Monochromatic Colors of #528CEE
Black with #528CEE
Text Example
Text Example
White with #528CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528CEE; }
p { color: rgb(82,140,238); }
H1.HeaderClassName
{
color: #528CEE;
}
.AnyTagClassName
{
color: #528CEE;
}
</style>
background-color css
<style>
a { background-color: #528CEE; }
a { background-color: rgb(82,140,238); }
div.DivClassName
{
background-color: #528CEE;
}
.BgClassName
{
background-color: #528CEE;
}
</style>
border-color css
<style>
span { border-color: #528CEE; }
span { border-color: rgb(82,140,238); }
td.TdClassName
{
border-color: #528CEE;
}
.TagClassName
{
border-color: #528CEE;
}
</style>