Shades of Cornflower Blue #527FF8
Tints of Cornflower Blue #527FF8
RGB
CMYK
RGB Variations
Color information
#527FF8 (or 0x527FF8) is known color: Cornflower Blue. HEX triplet: 52, 7F and F8. RGB value is (82,127,248). Sum of RGB (Red+Green+Blue) = 82+127+248=457 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.94% from 457); Green value is 127 (50% from 255 or 27.79% from 457); Blue value is 248 (97.27% from 255 or 54.27% from 457); Max value from RGB is 248 - color contains mainly: blue. Hex color #527FF8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FF8 is #AD8007. Grayscale: #7E7E7E. Windows color (decimal): -11370504 or 16285522. OLE color: 16285522.
HSL color Cylindrical-coordinate representation of color #527FF8: hue angle of 223.73º 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 #527FF8 is Cyan = 0.67, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 127 | 248 | - |
| CMYK | 0.67 | 0.49 | 0 | 0.03 |
| HSL | 223.73º | 0.92% | 0.65% | - |
| HSV(B) | 223.73º | 0.67% | 0.97% | - |
| XYZ | 28.01 | 23.75 | 91.91 | - |
| YUV | 127.34 | 196.09 | 95.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 248 | 0.67 | 0.49 | 0 | 0.03 | 223.73 | 0.92 | 0.65 |
| Hex | 52 | 7F | F8 | 43 | 31 | 0 | 3 | E0 | 5C | 41 |
| Octal | 122 | 177 | 370 | 103 | 61 | 0 | 3 | 340 | 134 | 101 |
| Binary | 1010010 | 1111111 | 11111000 | 1000011 | 110001 | 0 | 11 | 11100000 | 1011100 | 1000001 |
Color Harmonies of #527FF8
Complementary color
Monochromatic Colors of #527FF8
Black with #527FF8
Text Example
Text Example
White with #527FF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FF8; }
p { color: rgb(82,127,248); }
H1.HeaderClassName
{
color: #527FF8;
}
.AnyTagClassName
{
color: #527FF8;
}
</style>
background-color css
<style>
a { background-color: #527FF8; }
a { background-color: rgb(82,127,248); }
div.DivClassName
{
background-color: #527FF8;
}
.BgClassName
{
background-color: #527FF8;
}
</style>
border-color css
<style>
span { border-color: #527FF8; }
span { border-color: rgb(82,127,248); }
td.TdClassName
{
border-color: #527FF8;
}
.TagClassName
{
border-color: #527FF8;
}
</style>