Shades of Cornflower Blue #529FFB
Tints of Cornflower Blue #529FFB
RGB
CMYK
RGB Variations
Color information
#529FFB (or 0x529FFB) is known color: Cornflower Blue. HEX triplet: 52, 9F and FB. RGB value is (82,159,251). Sum of RGB (Red+Green+Blue) = 82+159+251=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 159 (62.5% from 255 or 32.32% from 492); Blue value is 251 (98.44% from 255 or 51.02% from 492); Max value from RGB is 251 - color contains mainly: blue. Hex color #529FFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529FFB is #AD6004. Grayscale: #929292. Windows color (decimal): -11362309 or 16490322. OLE color: 16490322.
HSL color Cylindrical-coordinate representation of color #529FFB: hue angle of 212.66º degrees, saturation: 0.95, 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 #529FFB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 159 | 251 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.02 |
| HSL | 212.66º | 0.95% | 0.65% | - |
| HSV(B) | 212.66º | 0.67% | 0.98% | - |
| XYZ | 33.29 | 33.56 | 95.99 | - |
| YUV | 146.47 | 186.99 | 82.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 159 | 251 | 0.67 | 0.37 | 0 | 0.02 | 212.66 | 0.95 | 0.65 |
| Hex | 52 | 9F | FB | 43 | 25 | 0 | 2 | D5 | 5F | 41 |
| Octal | 122 | 237 | 373 | 103 | 45 | 0 | 2 | 325 | 137 | 101 |
| Binary | 1010010 | 10011111 | 11111011 | 1000011 | 100101 | 0 | 10 | 11010101 | 1011111 | 1000001 |
Color Harmonies of #529FFB
Complementary color
Monochromatic Colors of #529FFB
Black with #529FFB
Text Example
Text Example
White with #529FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529FFB; }
p { color: rgb(82,159,251); }
H1.HeaderClassName
{
color: #529FFB;
}
.AnyTagClassName
{
color: #529FFB;
}
</style>
background-color css
<style>
a { background-color: #529FFB; }
a { background-color: rgb(82,159,251); }
div.DivClassName
{
background-color: #529FFB;
}
.BgClassName
{
background-color: #529FFB;
}
</style>
border-color css
<style>
span { border-color: #529FFB; }
span { border-color: rgb(82,159,251); }
td.TdClassName
{
border-color: #529FFB;
}
.TagClassName
{
border-color: #529FFB;
}
</style>