Shades of Cornflower Blue #529AFF
Tints of Cornflower Blue #529AFF
RGB
CMYK
RGB Variations
Color information
#529AFF (or 0x529AFF) is known color: Cornflower Blue. HEX triplet: 52, 9A and FF. RGB value is (82,154,255). Sum of RGB (Red+Green+Blue) = 82+154+255=491 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.70% from 491); Green value is 154 (60.55% from 255 or 31.36% from 491); Blue value is 255 (100% from 255 or 51.93% from 491); Max value from RGB is 255 - color contains mainly: blue. Hex color #529AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #529AFF is #AD6500. Grayscale: #8F8F8F. Windows color (decimal): -11363585 or 16751186. OLE color: 16751186.
HSL color Cylindrical-coordinate representation of color #529AFF: hue angle of 215.03º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #529AFF is Cyan = 0.68, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 82 | 154 | 255 | - |
| CMYK | 0.68 | 0.40 | 0 | 0 |
| HSL | 215.03º | 1% | 0.66% | - |
| HSV(B) | 215.03º | 0.68% | 1% | - |
| XYZ | 33.09 | 32.13 | 99.06 | - |
| YUV | 143.99 | 190.65 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 154 | 255 | 0.68 | 0.40 | 0 | 0 | 215.03 | 1 | 0.66 |
| Hex | 52 | 9A | FF | 44 | 28 | 0 | 0 | D7 | 64 | 42 |
| Octal | 122 | 232 | 377 | 104 | 50 | 0 | 0 | 327 | 144 | 102 |
| Binary | 1010010 | 10011010 | 11111111 | 1000100 | 101000 | 0 | 0 | 11010111 | 1100100 | 1000010 |
Color Harmonies of #529AFF
Complementary color
Monochromatic Colors of #529AFF
Black with #529AFF
Text Example
Text Example
White with #529AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #529AFF; }
p { color: rgb(82,154,255); }
H1.HeaderClassName
{
color: #529AFF;
}
.AnyTagClassName
{
color: #529AFF;
}
</style>
background-color css
<style>
a { background-color: #529AFF; }
a { background-color: rgb(82,154,255); }
div.DivClassName
{
background-color: #529AFF;
}
.BgClassName
{
background-color: #529AFF;
}
</style>
border-color css
<style>
span { border-color: #529AFF; }
span { border-color: rgb(82,154,255); }
td.TdClassName
{
border-color: #529AFF;
}
.TagClassName
{
border-color: #529AFF;
}
</style>