Shades of Cornflower Blue #527CF7
Tints of Cornflower Blue #527CF7
RGB
CMYK
RGB Variations
Color information
#527CF7 (or 0x527CF7) is known color: Cornflower Blue. HEX triplet: 52, 7C and F7. RGB value is (82,124,247). Sum of RGB (Red+Green+Blue) = 82+124+247=453 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.10% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 247 (96.88% from 255 or 54.53% from 453); Max value from RGB is 247 - color contains mainly: blue. Hex color #527CF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CF7 is #AD8308. Grayscale: #7C7C7C. Windows color (decimal): -11371273 or 16219218. OLE color: 16219218.
HSL color Cylindrical-coordinate representation of color #527CF7: hue angle of 224.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527CF7 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 124 | 247 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.03 |
| HSL | 224.73º | 0.91% | 0.65% | - |
| HSV(B) | 224.73º | 0.67% | 0.97% | - |
| XYZ | 27.48 | 22.92 | 90.97 | - |
| YUV | 125.46 | 196.59 | 97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 247 | 0.67 | 0.50 | 0 | 0.03 | 224.73 | 0.91 | 0.65 |
| Hex | 52 | 7C | F7 | 43 | 32 | 0 | 3 | E1 | 5B | 41 |
| Octal | 122 | 174 | 367 | 103 | 62 | 0 | 3 | 341 | 133 | 101 |
| Binary | 1010010 | 1111100 | 11110111 | 1000011 | 110010 | 0 | 11 | 11100001 | 1011011 | 1000001 |
Color Harmonies of #527CF7
Complementary color
Monochromatic Colors of #527CF7
Black with #527CF7
Text Example
Text Example
White with #527CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CF7; }
p { color: rgb(82,124,247); }
H1.HeaderClassName
{
color: #527CF7;
}
.AnyTagClassName
{
color: #527CF7;
}
</style>
background-color css
<style>
a { background-color: #527CF7; }
a { background-color: rgb(82,124,247); }
div.DivClassName
{
background-color: #527CF7;
}
.BgClassName
{
background-color: #527CF7;
}
</style>
border-color css
<style>
span { border-color: #527CF7; }
span { border-color: rgb(82,124,247); }
td.TdClassName
{
border-color: #527CF7;
}
.TagClassName
{
border-color: #527CF7;
}
</style>