Shades of Cornflower Blue #52A0F3
Tints of Cornflower Blue #52A0F3
RGB
CMYK
RGB Variations
Color information
#52A0F3 (or 0x52A0F3) is known color: Cornflower Blue. HEX triplet: 52, A0 and F3. RGB value is (82,160,243). Sum of RGB (Red+Green+Blue) = 82+160+243=485 (64% of max value = 765). Red value is 82 (32.42% from 255 or 16.91% from 485); Green value is 160 (62.89% from 255 or 32.99% from 485); Blue value is 243 (95.31% from 255 or 50.10% from 485); Max value from RGB is 243 - color contains mainly: blue. Hex color #52A0F3 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #52A0F3 is #AD5F0C. Grayscale: #919191. Windows color (decimal): -11362061 or 15966290. OLE color: 15966290.
HSL color Cylindrical-coordinate representation of color #52A0F3: hue angle of 210.93º degrees, saturation: 0.87, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52A0F3 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 82 | 160 | 243 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.05 |
| HSL | 210.93º | 0.87% | 0.64% | - |
| HSV(B) | 210.93º | 0.66% | 0.95% | - |
| XYZ | 32.23 | 33.41 | 89.54 | - |
| YUV | 146.14 | 182.66 | 82.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 160 | 243 | 0.66 | 0.34 | 0 | 0.05 | 210.93 | 0.87 | 0.64 |
| Hex | 52 | A0 | F3 | 42 | 22 | 0 | 5 | D3 | 57 | 40 |
| Octal | 122 | 240 | 363 | 102 | 42 | 0 | 5 | 323 | 127 | 100 |
| Binary | 1010010 | 10100000 | 11110011 | 1000010 | 100010 | 0 | 101 | 11010011 | 1010111 | 1000000 |
Color Harmonies of #52A0F3
Complementary color
Monochromatic Colors of #52A0F3
Black with #52A0F3
Text Example
Text Example
White with #52A0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52A0F3; }
p { color: rgb(82,160,243); }
H1.HeaderClassName
{
color: #52A0F3;
}
.AnyTagClassName
{
color: #52A0F3;
}
</style>
background-color css
<style>
a { background-color: #52A0F3; }
a { background-color: rgb(82,160,243); }
div.DivClassName
{
background-color: #52A0F3;
}
.BgClassName
{
background-color: #52A0F3;
}
</style>
border-color css
<style>
span { border-color: #52A0F3; }
span { border-color: rgb(82,160,243); }
td.TdClassName
{
border-color: #52A0F3;
}
.TagClassName
{
border-color: #52A0F3;
}
</style>