Shades of Cornflower Blue #527CF8
Tints of Cornflower Blue #527CF8
RGB
CMYK
RGB Variations
Color information
#527CF8 (or 0x527CF8) is known color: Cornflower Blue. HEX triplet: 52, 7C and F8. RGB value is (82,124,248). Sum of RGB (Red+Green+Blue) = 82+124+248=454 (60% of max value = 765). Red value is 82 (32.42% from 255 or 18.06% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 248 (97.27% from 255 or 54.63% from 454); Max value from RGB is 248 - color contains mainly: blue. Hex color #527CF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CF8 is #AD8307. Grayscale: #7D7D7D. Windows color (decimal): -11371272 or 16284754. OLE color: 16284754.
HSL color Cylindrical-coordinate representation of color #527CF8: hue angle of 224.82º degrees, saturation: 0.92, 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 #527CF8 is Cyan = 0.67, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 124 | 248 | - |
| CMYK | 0.67 | 0.5 | 0 | 0.03 |
| HSL | 224.82º | 0.92% | 0.65% | - |
| HSV(B) | 224.82º | 0.67% | 0.97% | - |
| XYZ | 27.63 | 22.99 | 91.79 | - |
| YUV | 125.58 | 197.09 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 248 | 0.67 | 0.5 | 0 | 0.03 | 224.82 | 0.92 | 0.65 |
| Hex | 52 | 7C | F8 | 43 | 32 | 0 | 3 | E1 | 5C | 41 |
| Octal | 122 | 174 | 370 | 103 | 62 | 0 | 3 | 341 | 134 | 101 |
| Binary | 1010010 | 1111100 | 11111000 | 1000011 | 110010 | 0 | 11 | 11100001 | 1011100 | 1000001 |
Color Harmonies of #527CF8
Complementary color
Monochromatic Colors of #527CF8
Black with #527CF8
Text Example
Text Example
White with #527CF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CF8; }
p { color: rgb(82,124,248); }
H1.HeaderClassName
{
color: #527CF8;
}
.AnyTagClassName
{
color: #527CF8;
}
</style>
background-color css
<style>
a { background-color: #527CF8; }
a { background-color: rgb(82,124,248); }
div.DivClassName
{
background-color: #527CF8;
}
.BgClassName
{
background-color: #527CF8;
}
</style>
border-color css
<style>
span { border-color: #527CF8; }
span { border-color: rgb(82,124,248); }
td.TdClassName
{
border-color: #527CF8;
}
.TagClassName
{
border-color: #527CF8;
}
</style>