Shades of Cornflower Blue #528DF9
Tints of Cornflower Blue #528DF9
RGB
CMYK
RGB Variations
Color information
#528DF9 (or 0x528DF9) is known color: Cornflower Blue. HEX triplet: 52, 8D and F9. RGB value is (82,141,249). Sum of RGB (Red+Green+Blue) = 82+141+249=472 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.37% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 249 (97.66% from 255 or 52.75% from 472); Max value from RGB is 249 - color contains mainly: blue. Hex color #528DF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #528DF9 is #AD7206. Grayscale: #878787. Windows color (decimal): -11366919 or 16354642. OLE color: 16354642.
HSL color Cylindrical-coordinate representation of color #528DF9: hue angle of 218.8º 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 #528DF9 is Cyan = 0.67, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 141 | 249 | - |
| CMYK | 0.67 | 0.43 | 0 | 0.02 |
| HSL | 218.8º | 0.93% | 0.65% | - |
| HSV(B) | 218.8º | 0.67% | 0.98% | - |
| XYZ | 30.1 | 27.68 | 93.38 | - |
| YUV | 135.67 | 191.95 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 141 | 249 | 0.67 | 0.43 | 0 | 0.02 | 218.8 | 0.93 | 0.65 |
| Hex | 52 | 8D | F9 | 43 | 2B | 0 | 2 | DB | 5D | 41 |
| Octal | 122 | 215 | 371 | 103 | 53 | 0 | 2 | 333 | 135 | 101 |
| Binary | 1010010 | 10001101 | 11111001 | 1000011 | 101011 | 0 | 10 | 11011011 | 1011101 | 1000001 |
Color Harmonies of #528DF9
Complementary color
Monochromatic Colors of #528DF9
Black with #528DF9
Text Example
Text Example
White with #528DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #528DF9; }
p { color: rgb(82,141,249); }
H1.HeaderClassName
{
color: #528DF9;
}
.AnyTagClassName
{
color: #528DF9;
}
</style>
background-color css
<style>
a { background-color: #528DF9; }
a { background-color: rgb(82,141,249); }
div.DivClassName
{
background-color: #528DF9;
}
.BgClassName
{
background-color: #528DF9;
}
</style>
border-color css
<style>
span { border-color: #528DF9; }
span { border-color: rgb(82,141,249); }
td.TdClassName
{
border-color: #528DF9;
}
.TagClassName
{
border-color: #528DF9;
}
</style>