Shades of Cornflower Blue #529CF7
Tints of Cornflower Blue #529CF7
RGB
CMYK
RGB Variations
Color information
#529CF7 (or 0x529CF7) is known color: Cornflower Blue. HEX triplet: 52, 9C and F7. RGB value is (82,156,247). Sum of RGB (Red+Green+Blue) = 82+156+247=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 247 (96.88% from 255 or 50.93% from 485); Max value from RGB is 247 - color contains mainly: blue. Hex color #529CF7 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CF7 is #AD6308. Grayscale: #8F8F8F. Windows color (decimal): -11363081 or 16227410. OLE color: 16227410.
HSL color Cylindrical-coordinate representation of color #529CF7: hue angle of 213.09º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #529CF7 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 82 | 156 | 247 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.03 |
| HSL | 213.09º | 0.91% | 0.65% | - |
| HSV(B) | 213.09º | 0.67% | 0.97% | - |
| XYZ | 32.16 | 32.29 | 92.53 | - |
| YUV | 144.25 | 185.98 | 83.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 247 | 0.67 | 0.37 | 0 | 0.03 | 213.09 | 0.91 | 0.65 |
| Hex | 52 | 9C | F7 | 43 | 25 | 0 | 3 | D5 | 5B | 41 |
| Octal | 122 | 234 | 367 | 103 | 45 | 0 | 3 | 325 | 133 | 101 |
| Binary | 1010010 | 10011100 | 11110111 | 1000011 | 100101 | 0 | 11 | 11010101 | 1011011 | 1000001 |
Color Harmonies of #529CF7
Complementary color
Monochromatic Colors of #529CF7
Black with #529CF7
Text Example
Text Example
White with #529CF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CF7; }
p { color: rgb(82,156,247); }
H1.HeaderClassName
{
color: #529CF7;
}
.AnyTagClassName
{
color: #529CF7;
}
</style>
background-color css
<style>
a { background-color: #529CF7; }
a { background-color: rgb(82,156,247); }
div.DivClassName
{
background-color: #529CF7;
}
.BgClassName
{
background-color: #529CF7;
}
</style>
border-color css
<style>
span { border-color: #529CF7; }
span { border-color: rgb(82,156,247); }
td.TdClassName
{
border-color: #529CF7;
}
.TagClassName
{
border-color: #529CF7;
}
</style>