Shades of Cornflower Blue #529BED
Tints of Cornflower Blue #529BED
RGB
CMYK
RGB Variations
Color information
#529BED (or 0x529BED) is known color: Cornflower Blue. HEX triplet: 52, 9B and ED. RGB value is (82,155,237). Sum of RGB (Red+Green+Blue) = 82+155+237=474 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.30% from 474); Green value is 155 (60.94% from 255 or 32.70% from 474); Blue value is 237 (92.97% from 255 or 50% from 474); Max value from RGB is 237 - color contains mainly: blue. Hex color #529BED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529BED is #AD6412. Grayscale: #8E8E8E. Windows color (decimal): -11363347 or 15571794. OLE color: 15571794.
HSL color Cylindrical-coordinate representation of color #529BED: hue angle of 211.74º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #529BED is Cyan = 0.65, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 82 | 155 | 237 | - |
| CMYK | 0.65 | 0.35 | 0 | 0.07 |
| HSL | 211.74º | 0.81% | 0.63% | - |
| HSV(B) | 211.74º | 0.65% | 0.93% | - |
| XYZ | 30.49 | 31.35 | 84.57 | - |
| YUV | 142.52 | 181.32 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 155 | 237 | 0.65 | 0.35 | 0 | 0.07 | 211.74 | 0.81 | 0.63 |
| Hex | 52 | 9B | ED | 41 | 23 | 0 | 7 | D4 | 51 | 3F |
| Octal | 122 | 233 | 355 | 101 | 43 | 0 | 7 | 324 | 121 | 77 |
| Binary | 1010010 | 10011011 | 11101101 | 1000001 | 100011 | 0 | 111 | 11010100 | 1010001 | 111111 |
Color Harmonies of #529BED
Complementary color
Monochromatic Colors of #529BED
Black with #529BED
Text Example
Text Example
White with #529BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529BED; }
p { color: rgb(82,155,237); }
H1.HeaderClassName
{
color: #529BED;
}
.AnyTagClassName
{
color: #529BED;
}
</style>
background-color css
<style>
a { background-color: #529BED; }
a { background-color: rgb(82,155,237); }
div.DivClassName
{
background-color: #529BED;
}
.BgClassName
{
background-color: #529BED;
}
</style>
border-color css
<style>
span { border-color: #529BED; }
span { border-color: rgb(82,155,237); }
td.TdClassName
{
border-color: #529BED;
}
.TagClassName
{
border-color: #529BED;
}
</style>