Shades of Cornflower Blue #527FFF
Tints of Cornflower Blue #527FFF
RGB
CMYK
RGB Variations
Color information
#527FFF (or 0x527FFF) is known color: Cornflower Blue. HEX triplet: 52, 7F and FF. RGB value is (82,127,255). Sum of RGB (Red+Green+Blue) = 82+127+255=464 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.67% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #527FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527FFF is #AD8000. Grayscale: #7F7F7F. Windows color (decimal): -11370497 or 16744274. OLE color: 16744274.
HSL color Cylindrical-coordinate representation of color #527FFF: hue angle of 224.39º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #527FFF is Cyan = 0.68, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 127 | 255 | - |
| CMYK | 0.68 | 0.50 | 0 | 0 |
| HSL | 224.39º | 1% | 0.66% | - |
| HSV(B) | 224.39º | 0.68% | 1% | - |
| XYZ | 29.12 | 24.19 | 97.74 | - |
| YUV | 128.14 | 199.59 | 95.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 127 | 255 | 0.68 | 0.50 | 0 | 0 | 224.39 | 1 | 0.66 |
| Hex | 52 | 7F | FF | 44 | 32 | 0 | 0 | E0 | 64 | 42 |
| Octal | 122 | 177 | 377 | 104 | 62 | 0 | 0 | 340 | 144 | 102 |
| Binary | 1010010 | 1111111 | 11111111 | 1000100 | 110010 | 0 | 0 | 11100000 | 1100100 | 1000010 |
Color Harmonies of #527FFF
Complementary color
Monochromatic Colors of #527FFF
Black with #527FFF
Text Example
Text Example
White with #527FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527FFF; }
p { color: rgb(82,127,255); }
H1.HeaderClassName
{
color: #527FFF;
}
.AnyTagClassName
{
color: #527FFF;
}
</style>
background-color css
<style>
a { background-color: #527FFF; }
a { background-color: rgb(82,127,255); }
div.DivClassName
{
background-color: #527FFF;
}
.BgClassName
{
background-color: #527FFF;
}
</style>
border-color css
<style>
span { border-color: #527FFF; }
span { border-color: rgb(82,127,255); }
td.TdClassName
{
border-color: #527FFF;
}
.TagClassName
{
border-color: #527FFF;
}
</style>