Shades of Cornflower Blue #527EFD
Tints of Cornflower Blue #527EFD
RGB
CMYK
RGB Variations
Color information
#527EFD (or 0x527EFD) is known color: Cornflower Blue. HEX triplet: 52, 7E and FD. RGB value is (82,126,253). Sum of RGB (Red+Green+Blue) = 82+126+253=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #527EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527EFD is #AD8102. Grayscale: #7E7E7E. Windows color (decimal): -11370755 or 16612946. OLE color: 16612946.
HSL color Cylindrical-coordinate representation of color #527EFD: hue angle of 224.56º 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 #527EFD is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 82 | 126 | 253 | - |
| CMYK | 0.68 | 0.50 | 0 | 0.01 |
| HSL | 224.56º | 0.98% | 0.66% | - |
| HSV(B) | 224.56º | 0.68% | 0.99% | - |
| XYZ | 28.67 | 23.81 | 96.01 | - |
| YUV | 127.32 | 198.92 | 95.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 126 | 253 | 0.68 | 0.50 | 0 | 0.01 | 224.56 | 0.98 | 0.66 |
| Hex | 52 | 7E | FD | 44 | 32 | 0 | 1 | E1 | 62 | 42 |
| Octal | 122 | 176 | 375 | 104 | 62 | 0 | 1 | 341 | 142 | 102 |
| Binary | 1010010 | 1111110 | 11111101 | 1000100 | 110010 | 0 | 1 | 11100001 | 1100010 | 1000010 |
Color Harmonies of #527EFD
Complementary color
Monochromatic Colors of #527EFD
Black with #527EFD
Text Example
Text Example
White with #527EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527EFD; }
p { color: rgb(82,126,253); }
H1.HeaderClassName
{
color: #527EFD;
}
.AnyTagClassName
{
color: #527EFD;
}
</style>
background-color css
<style>
a { background-color: #527EFD; }
a { background-color: rgb(82,126,253); }
div.DivClassName
{
background-color: #527EFD;
}
.BgClassName
{
background-color: #527EFD;
}
</style>
border-color css
<style>
span { border-color: #527EFD; }
span { border-color: rgb(82,126,253); }
td.TdClassName
{
border-color: #527EFD;
}
.TagClassName
{
border-color: #527EFD;
}
</style>