Shades of Cornflower Blue #528BEE
Tints of Cornflower Blue #528BEE
RGB
CMYK
RGB Variations
Color information
#528BEE (or 0x528BEE) is known color: Cornflower Blue. HEX triplet: 52, 8B and EE. RGB value is (82,139,238). Sum of RGB (Red+Green+Blue) = 82+139+238=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #528BEE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528BEE is #AD7411. Grayscale: #848484. Windows color (decimal): -11367442 or 15633234. OLE color: 15633234.
HSL color Cylindrical-coordinate representation of color #528BEE: hue angle of 218.08º 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 #528BEE is Cyan = 0.66, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 139 | 238 | - |
| CMYK | 0.66 | 0.42 | 0 | 0.07 |
| HSL | 218.08º | 0.82% | 0.63% | - |
| HSV(B) | 218.08º | 0.66% | 0.93% | - |
| XYZ | 28.14 | 26.43 | 84.51 | - |
| YUV | 133.24 | 187.12 | 91.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 139 | 238 | 0.66 | 0.42 | 0 | 0.07 | 218.08 | 0.82 | 0.63 |
| Hex | 52 | 8B | EE | 42 | 2A | 0 | 7 | DA | 52 | 3F |
| Octal | 122 | 213 | 356 | 102 | 52 | 0 | 7 | 332 | 122 | 77 |
| Binary | 1010010 | 10001011 | 11101110 | 1000010 | 101010 | 0 | 111 | 11011010 | 1010010 | 111111 |
Color Harmonies of #528BEE
Complementary color
Monochromatic Colors of #528BEE
Black with #528BEE
Text Example
Text Example
White with #528BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528BEE; }
p { color: rgb(82,139,238); }
H1.HeaderClassName
{
color: #528BEE;
}
.AnyTagClassName
{
color: #528BEE;
}
</style>
background-color css
<style>
a { background-color: #528BEE; }
a { background-color: rgb(82,139,238); }
div.DivClassName
{
background-color: #528BEE;
}
.BgClassName
{
background-color: #528BEE;
}
</style>
border-color css
<style>
span { border-color: #528BEE; }
span { border-color: rgb(82,139,238); }
td.TdClassName
{
border-color: #528BEE;
}
.TagClassName
{
border-color: #528BEE;
}
</style>