Shades of Cornflower Blue #527CFD
Tints of Cornflower Blue #527CFD
RGB
CMYK
RGB Variations
Color information
#527CFD (or 0x527CFD) is known color: Cornflower Blue. HEX triplet: 52, 7C and FD. RGB value is (82,124,253). Sum of RGB (Red+Green+Blue) = 82+124+253=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 124 (48.83% from 255 or 27.02% from 459); Blue value is 253 (99.22% from 255 or 55.12% from 459); Max value from RGB is 253 - color contains mainly: blue. Hex color #527CFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527CFD is #AD8302. Grayscale: #7D7D7D. Windows color (decimal): -11371267 or 16612434. OLE color: 16612434.
HSL color Cylindrical-coordinate representation of color #527CFD: hue angle of 225.26º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527CFD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 124 | 253 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.01 |
| HSL | 225.26º | 0.98% | 0.66% | - |
| HSV(B) | 225.26º | 0.68% | 0.99% | - |
| XYZ | 28.42 | 23.3 | 95.93 | - |
| YUV | 126.15 | 199.59 | 96.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 124 | 253 | 0.68 | 0.51 | 0 | 0.01 | 225.26 | 0.98 | 0.66 |
| Hex | 52 | 7C | FD | 44 | 33 | 0 | 1 | E1 | 62 | 42 |
| Octal | 122 | 174 | 375 | 104 | 63 | 0 | 1 | 341 | 142 | 102 |
| Binary | 1010010 | 1111100 | 11111101 | 1000100 | 110011 | 0 | 1 | 11100001 | 1100010 | 1000010 |
Color Harmonies of #527CFD
Complementary color
Monochromatic Colors of #527CFD
Black with #527CFD
Text Example
Text Example
White with #527CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527CFD; }
p { color: rgb(82,124,253); }
H1.HeaderClassName
{
color: #527CFD;
}
.AnyTagClassName
{
color: #527CFD;
}
</style>
background-color css
<style>
a { background-color: #527CFD; }
a { background-color: rgb(82,124,253); }
div.DivClassName
{
background-color: #527CFD;
}
.BgClassName
{
background-color: #527CFD;
}
</style>
border-color css
<style>
span { border-color: #527CFD; }
span { border-color: rgb(82,124,253); }
td.TdClassName
{
border-color: #527CFD;
}
.TagClassName
{
border-color: #527CFD;
}
</style>