Shades of Cornflower Blue #529CFE
Tints of Cornflower Blue #529CFE
RGB
CMYK
RGB Variations
Color information
#529CFE (or 0x529CFE) is known color: Cornflower Blue. HEX triplet: 52, 9C and FE. RGB value is (82,156,254). Sum of RGB (Red+Green+Blue) = 82+156+254=492 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.67% from 492); Green value is 156 (61.33% from 255 or 31.71% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #529CFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CFE is #AD6301. Grayscale: #909090. Windows color (decimal): -11363074 or 16686162. OLE color: 16686162.
HSL color Cylindrical-coordinate representation of color #529CFE: hue angle of 214.19º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #529CFE is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 82 | 156 | 254 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.00 |
| HSL | 214.19º | 0.99% | 0.66% | - |
| HSV(B) | 214.19º | 0.68% | 1% | - |
| XYZ | 33.26 | 32.73 | 98.33 | - |
| YUV | 145.05 | 189.48 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 254 | 0.68 | 0.39 | 0 | 0.00 | 214.19 | 0.99 | 0.66 |
| Hex | 52 | 9C | FE | 44 | 27 | 0 | 0 | D6 | 63 | 42 |
| Octal | 122 | 234 | 376 | 104 | 47 | 0 | 0 | 326 | 143 | 102 |
| Binary | 1010010 | 10011100 | 11111110 | 1000100 | 100111 | 0 | 0 | 11010110 | 1100011 | 1000010 |
Color Harmonies of #529CFE
Complementary color
Monochromatic Colors of #529CFE
Black with #529CFE
Text Example
Text Example
White with #529CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CFE; }
p { color: rgb(82,156,254); }
H1.HeaderClassName
{
color: #529CFE;
}
.AnyTagClassName
{
color: #529CFE;
}
</style>
background-color css
<style>
a { background-color: #529CFE; }
a { background-color: rgb(82,156,254); }
div.DivClassName
{
background-color: #529CFE;
}
.BgClassName
{
background-color: #529CFE;
}
</style>
border-color css
<style>
span { border-color: #529CFE; }
span { border-color: rgb(82,156,254); }
td.TdClassName
{
border-color: #529CFE;
}
.TagClassName
{
border-color: #529CFE;
}
</style>