Shades of Cornflower Blue #529CEB
Tints of Cornflower Blue #529CEB
RGB
CMYK
RGB Variations
Color information
#529CEB (or 0x529CEB) is known color: Cornflower Blue. HEX triplet: 52, 9C and EB. RGB value is (82,156,235). Sum of RGB (Red+Green+Blue) = 82+156+235=473 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.34% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 235 (92.19% from 255 or 49.68% from 473); Max value from RGB is 235 - color contains mainly: blue. Hex color #529CEB is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529CEB is #AD6314. Grayscale: #8E8E8E. Windows color (decimal): -11363093 or 15440978. OLE color: 15440978.
HSL color Cylindrical-coordinate representation of color #529CEB: hue angle of 210.98º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529CEB is Cyan = 0.65, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 82 | 156 | 235 | - |
| CMYK | 0.65 | 0.34 | 0 | 0.08 |
| HSL | 210.98º | 0.79% | 0.62% | - |
| HSV(B) | 210.98º | 0.65% | 0.92% | - |
| XYZ | 30.36 | 31.57 | 83.09 | - |
| YUV | 142.88 | 179.98 | 84.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 156 | 235 | 0.65 | 0.34 | 0 | 0.08 | 210.98 | 0.79 | 0.62 |
| Hex | 52 | 9C | EB | 41 | 22 | 0 | 8 | D3 | 4F | 3E |
| Octal | 122 | 234 | 353 | 101 | 42 | 0 | 10 | 323 | 117 | 76 |
| Binary | 1010010 | 10011100 | 11101011 | 1000001 | 100010 | 0 | 1000 | 11010011 | 1001111 | 111110 |
Color Harmonies of #529CEB
Complementary color
Monochromatic Colors of #529CEB
Black with #529CEB
Text Example
Text Example
White with #529CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529CEB; }
p { color: rgb(82,156,235); }
H1.HeaderClassName
{
color: #529CEB;
}
.AnyTagClassName
{
color: #529CEB;
}
</style>
background-color css
<style>
a { background-color: #529CEB; }
a { background-color: rgb(82,156,235); }
div.DivClassName
{
background-color: #529CEB;
}
.BgClassName
{
background-color: #529CEB;
}
</style>
border-color css
<style>
span { border-color: #529CEB; }
span { border-color: rgb(82,156,235); }
td.TdClassName
{
border-color: #529CEB;
}
.TagClassName
{
border-color: #529CEB;
}
</style>