Shades of Cornflower Blue #527DF9
Tints of Cornflower Blue #527DF9
RGB
CMYK
RGB Variations
Color information
#527DF9 (or 0x527DF9) is known color: Cornflower Blue. HEX triplet: 52, 7D and F9. RGB value is (82,125,249). Sum of RGB (Red+Green+Blue) = 82+125+249=456 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.98% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 249 (97.66% from 255 or 54.61% from 456); Max value from RGB is 249 - color contains mainly: blue. Hex color #527DF9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #527DF9 is #AD8206. Grayscale: #7D7D7D. Windows color (decimal): -11371015 or 16350546. OLE color: 16350546.
HSL color Cylindrical-coordinate representation of color #527DF9: hue angle of 224.55º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #527DF9 is Cyan = 0.67, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 125 | 249 | - |
| CMYK | 0.67 | 0.50 | 0 | 0.02 |
| HSL | 224.55º | 0.93% | 0.65% | - |
| HSV(B) | 224.55º | 0.67% | 0.98% | - |
| XYZ | 27.91 | 23.3 | 92.65 | - |
| YUV | 126.28 | 197.25 | 96.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 125 | 249 | 0.67 | 0.50 | 0 | 0.02 | 224.55 | 0.93 | 0.65 |
| Hex | 52 | 7D | F9 | 43 | 32 | 0 | 2 | E1 | 5D | 41 |
| Octal | 122 | 175 | 371 | 103 | 62 | 0 | 2 | 341 | 135 | 101 |
| Binary | 1010010 | 1111101 | 11111001 | 1000011 | 110010 | 0 | 10 | 11100001 | 1011101 | 1000001 |
Color Harmonies of #527DF9
Complementary color
Monochromatic Colors of #527DF9
Black with #527DF9
Text Example
Text Example
White with #527DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #527DF9; }
p { color: rgb(82,125,249); }
H1.HeaderClassName
{
color: #527DF9;
}
.AnyTagClassName
{
color: #527DF9;
}
</style>
background-color css
<style>
a { background-color: #527DF9; }
a { background-color: rgb(82,125,249); }
div.DivClassName
{
background-color: #527DF9;
}
.BgClassName
{
background-color: #527DF9;
}
</style>
border-color css
<style>
span { border-color: #527DF9; }
span { border-color: rgb(82,125,249); }
td.TdClassName
{
border-color: #527DF9;
}
.TagClassName
{
border-color: #527DF9;
}
</style>