Shades of Cornflower Blue #527EF1
Tints of Cornflower Blue #527EF1
RGB
CMYK
RGB Variations
Color information
#527EF1 (or 0x527EF1) is known color: Cornflower Blue. HEX triplet: 52, 7E and F1. RGB value is (82,126,241). Sum of RGB (Red+Green+Blue) = 82+126+241=449 (59% of max value = 765). Red value is 82 (32.42% from 255 or 18.26% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 241 (94.53% from 255 or 53.67% from 449); Max value from RGB is 241 - color contains mainly: blue. Hex color #527EF1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EF1 is #AD810E. Grayscale: #7D7D7D. Windows color (decimal): -11370767 or 15826514. OLE color: 15826514.
HSL color Cylindrical-coordinate representation of color #527EF1: hue angle of 223.4º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #527EF1 is Cyan = 0.66, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 126 | 241 | - |
| CMYK | 0.66 | 0.48 | 0 | 0.05 |
| HSL | 223.4º | 0.85% | 0.63% | - |
| HSV(B) | 223.4º | 0.66% | 0.95% | - |
| XYZ | 26.82 | 23.07 | 86.26 | - |
| YUV | 125.95 | 192.92 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 241 | 0.66 | 0.48 | 0 | 0.05 | 223.4 | 0.85 | 0.63 |
| Hex | 52 | 7E | F1 | 42 | 30 | 0 | 5 | DF | 55 | 3F |
| Octal | 122 | 176 | 361 | 102 | 60 | 0 | 5 | 337 | 125 | 77 |
| Binary | 1010010 | 1111110 | 11110001 | 1000010 | 110000 | 0 | 101 | 11011111 | 1010101 | 111111 |
Color Harmonies of #527EF1
Complementary color
Monochromatic Colors of #527EF1
Black with #527EF1
Text Example
Text Example
White with #527EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EF1; }
p { color: rgb(82,126,241); }
H1.HeaderClassName
{
color: #527EF1;
}
.AnyTagClassName
{
color: #527EF1;
}
</style>
background-color css
<style>
a { background-color: #527EF1; }
a { background-color: rgb(82,126,241); }
div.DivClassName
{
background-color: #527EF1;
}
.BgClassName
{
background-color: #527EF1;
}
</style>
border-color css
<style>
span { border-color: #527EF1; }
span { border-color: rgb(82,126,241); }
td.TdClassName
{
border-color: #527EF1;
}
.TagClassName
{
border-color: #527EF1;
}
</style>