Shades of Cornflower Blue #527FEC
Tints of Cornflower Blue #527FEC
RGB
CMYK
RGB Variations
Color information
#527FEC (or 0x527FEC) is known color: Cornflower Blue. HEX triplet: 52, 7F and EC. RGB value is (82,127,236). Sum of RGB (Red+Green+Blue) = 82+127+236=445 (58% of max value = 765). Red value is 82 (32.42% from 255 or 18.43% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 236 (92.58% from 255 or 53.03% from 445); Max value from RGB is 236 - color contains mainly: blue. Hex color #527FEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FEC is #AD8013. Grayscale: #7D7D7D. Windows color (decimal): -11370516 or 15499090. OLE color: 15499090.
HSL color Cylindrical-coordinate representation of color #527FEC: hue angle of 222.47º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #527FEC is Cyan = 0.65, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 127 | 236 | - |
| CMYK | 0.65 | 0.46 | 0 | 0.07 |
| HSL | 222.47º | 0.8% | 0.62% | - |
| HSV(B) | 222.47º | 0.65% | 0.93% | - |
| XYZ | 26.21 | 23.03 | 82.42 | - |
| YUV | 125.97 | 190.09 | 96.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 236 | 0.65 | 0.46 | 0 | 0.07 | 222.47 | 0.8 | 0.62 |
| Hex | 52 | 7F | EC | 41 | 2E | 0 | 7 | DE | 50 | 3E |
| Octal | 122 | 177 | 354 | 101 | 56 | 0 | 7 | 336 | 120 | 76 |
| Binary | 1010010 | 1111111 | 11101100 | 1000001 | 101110 | 0 | 111 | 11011110 | 1010000 | 111110 |
Color Harmonies of #527FEC
Complementary color
Monochromatic Colors of #527FEC
Black with #527FEC
Text Example
Text Example
White with #527FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FEC; }
p { color: rgb(82,127,236); }
H1.HeaderClassName
{
color: #527FEC;
}
.AnyTagClassName
{
color: #527FEC;
}
</style>
background-color css
<style>
a { background-color: #527FEC; }
a { background-color: rgb(82,127,236); }
div.DivClassName
{
background-color: #527FEC;
}
.BgClassName
{
background-color: #527FEC;
}
</style>
border-color css
<style>
span { border-color: #527FEC; }
span { border-color: rgb(82,127,236); }
td.TdClassName
{
border-color: #527FEC;
}
.TagClassName
{
border-color: #527FEC;
}
</style>