Shades of Cornflower Blue #529DFB
Tints of Cornflower Blue #529DFB
RGB
CMYK
RGB Variations
Color information
#529DFB (or 0x529DFB) is known color: Cornflower Blue. HEX triplet: 52, 9D and FB. RGB value is (82,157,251). Sum of RGB (Red+Green+Blue) = 82+157+251=490 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.73% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 251 (98.44% from 255 or 51.22% from 490); Max value from RGB is 251 - color contains mainly: blue. Hex color #529DFB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529DFB is #AD6204. Grayscale: #909090. Windows color (decimal): -11362821 or 16489810. OLE color: 16489810.
HSL color Cylindrical-coordinate representation of color #529DFB: hue angle of 213.37º 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 #529DFB is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 82 | 157 | 251 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.02 |
| HSL | 213.37º | 0.95% | 0.65% | - |
| HSV(B) | 213.37º | 0.67% | 0.98% | - |
| XYZ | 32.95 | 32.87 | 95.88 | - |
| YUV | 145.29 | 187.65 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 157 | 251 | 0.67 | 0.37 | 0 | 0.02 | 213.37 | 0.95 | 0.65 |
| Hex | 52 | 9D | FB | 43 | 25 | 0 | 2 | D5 | 5F | 41 |
| Octal | 122 | 235 | 373 | 103 | 45 | 0 | 2 | 325 | 137 | 101 |
| Binary | 1010010 | 10011101 | 11111011 | 1000011 | 100101 | 0 | 10 | 11010101 | 1011111 | 1000001 |
Color Harmonies of #529DFB
Complementary color
Monochromatic Colors of #529DFB
Black with #529DFB
Text Example
Text Example
White with #529DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529DFB; }
p { color: rgb(82,157,251); }
H1.HeaderClassName
{
color: #529DFB;
}
.AnyTagClassName
{
color: #529DFB;
}
</style>
background-color css
<style>
a { background-color: #529DFB; }
a { background-color: rgb(82,157,251); }
div.DivClassName
{
background-color: #529DFB;
}
.BgClassName
{
background-color: #529DFB;
}
</style>
border-color css
<style>
span { border-color: #529DFB; }
span { border-color: rgb(82,157,251); }
td.TdClassName
{
border-color: #529DFB;
}
.TagClassName
{
border-color: #529DFB;
}
</style>