Shades of Cornflower Blue #527DFD
Tints of Cornflower Blue #527DFD
RGB
CMYK
RGB Variations
Color information
#527DFD (or 0x527DFD) is known color: Cornflower Blue. HEX triplet: 52, 7D and FD. RGB value is (82,125,253). Sum of RGB (Red+Green+Blue) = 82+125+253=460 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.83% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #527DFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DFD is #AD8202. Grayscale: #7E7E7E. Windows color (decimal): -11371011 or 16612690. OLE color: 16612690.
HSL color Cylindrical-coordinate representation of color #527DFD: hue angle of 224.91º 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 #527DFD is Cyan = 0.68, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 125 | 253 | - |
| CMYK | 0.68 | 0.51 | 0 | 0.01 |
| HSL | 224.91º | 0.98% | 0.66% | - |
| HSV(B) | 224.91º | 0.68% | 0.99% | - |
| XYZ | 28.54 | 23.55 | 95.97 | - |
| YUV | 126.74 | 199.25 | 96.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 253 | 0.68 | 0.51 | 0 | 0.01 | 224.91 | 0.98 | 0.66 |
| Hex | 52 | 7D | FD | 44 | 33 | 0 | 1 | E1 | 62 | 42 |
| Octal | 122 | 175 | 375 | 104 | 63 | 0 | 1 | 341 | 142 | 102 |
| Binary | 1010010 | 1111101 | 11111101 | 1000100 | 110011 | 0 | 1 | 11100001 | 1100010 | 1000010 |
Color Harmonies of #527DFD
Complementary color
Monochromatic Colors of #527DFD
Black with #527DFD
Text Example
Text Example
White with #527DFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DFD; }
p { color: rgb(82,125,253); }
H1.HeaderClassName
{
color: #527DFD;
}
.AnyTagClassName
{
color: #527DFD;
}
</style>
background-color css
<style>
a { background-color: #527DFD; }
a { background-color: rgb(82,125,253); }
div.DivClassName
{
background-color: #527DFD;
}
.BgClassName
{
background-color: #527DFD;
}
</style>
border-color css
<style>
span { border-color: #527DFD; }
span { border-color: rgb(82,125,253); }
td.TdClassName
{
border-color: #527DFD;
}
.TagClassName
{
border-color: #527DFD;
}
</style>