Shades of Cornflower Blue #527DFC
Tints of Cornflower Blue #527DFC
RGB
CMYK
RGB Variations
Color information
#527DFC (or 0x527DFC) is known color: Cornflower Blue. HEX triplet: 52, 7D and FC. RGB value is (82,125,252). Sum of RGB (Red+Green+Blue) = 82+125+252=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #527DFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DFC is #AD8203. Grayscale: #7E7E7E. Windows color (decimal): -11371012 or 16547154. OLE color: 16547154.
HSL color Cylindrical-coordinate representation of color #527DFC: hue angle of 224.82º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527DFC is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 125 | 252 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.01 |
| HSL | 224.82º | 0.97% | 0.65% | - |
| HSV(B) | 224.82º | 0.67% | 0.99% | - |
| XYZ | 28.38 | 23.49 | 95.13 | - |
| YUV | 126.62 | 198.75 | 96.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 252 | 0.67 | 0.50 | 0 | 0.01 | 224.82 | 0.97 | 0.65 |
| Hex | 52 | 7D | FC | 43 | 32 | 0 | 1 | E1 | 61 | 41 |
| Octal | 122 | 175 | 374 | 103 | 62 | 0 | 1 | 341 | 141 | 101 |
| Binary | 1010010 | 1111101 | 11111100 | 1000011 | 110010 | 0 | 1 | 11100001 | 1100001 | 1000001 |
Color Harmonies of #527DFC
Complementary color
Monochromatic Colors of #527DFC
Black with #527DFC
Text Example
Text Example
White with #527DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DFC; }
p { color: rgb(82,125,252); }
H1.HeaderClassName
{
color: #527DFC;
}
.AnyTagClassName
{
color: #527DFC;
}
</style>
background-color css
<style>
a { background-color: #527DFC; }
a { background-color: rgb(82,125,252); }
div.DivClassName
{
background-color: #527DFC;
}
.BgClassName
{
background-color: #527DFC;
}
</style>
border-color css
<style>
span { border-color: #527DFC; }
span { border-color: rgb(82,125,252); }
td.TdClassName
{
border-color: #527DFC;
}
.TagClassName
{
border-color: #527DFC;
}
</style>