Shades of Persian Blue #052ADD
Tints of Persian Blue #052ADD
RGB
CMYK
RGB Variations
Color information
#052ADD (or 0x052ADD) is known color: Persian Blue. HEX triplet: 05, 2A and DD. RGB value is (5,42,221). Sum of RGB (Red+Green+Blue) = 5+42+221=268 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 221 (86.72% from 255 or 82.46% from 268); Max value from RGB is 221 - color contains mainly: blue. Hex color #052ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052ADD is #FAD522. Grayscale: #323232. Windows color (decimal): -16438563 or 14494213. OLE color: 14494213.
HSL color Cylindrical-coordinate representation of color #052ADD: hue angle of 229.72º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052ADD is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 42 | 221 | - |
| CMYK | 0.98 | 0.81 | 0 | 0.13 |
| HSL | 229.72º | 0.96% | 0.44% | - |
| HSV(B) | 229.72º | 0.98% | 0.87% | - |
| XYZ | 13.94 | 6.91 | 69.01 | - |
| YUV | 51.34 | 223.74 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 42 | 221 | 0.98 | 0.81 | 0 | 0.13 | 229.72 | 0.96 | 0.44 |
| Hex | 5 | 2A | DD | 62 | 51 | 0 | D | E6 | 60 | 2C |
| Octal | 5 | 52 | 335 | 142 | 121 | 0 | 15 | 346 | 140 | 54 |
| Binary | 101 | 101010 | 11011101 | 1100010 | 1010001 | 0 | 1101 | 11100110 | 1100000 | 101100 |
Color Harmonies of #052ADD
Complementary color
Monochromatic Colors of #052ADD
Black with #052ADD
Text Example
Text Example
White with #052ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052ADD; }
p { color: rgb(5,42,221); }
H1.HeaderClassName
{
color: #052ADD;
}
.AnyTagClassName
{
color: #052ADD;
}
</style>
background-color css
<style>
a { background-color: #052ADD; }
a { background-color: rgb(5,42,221); }
div.DivClassName
{
background-color: #052ADD;
}
.BgClassName
{
background-color: #052ADD;
}
</style>
border-color css
<style>
span { border-color: #052ADD; }
span { border-color: rgb(5,42,221); }
td.TdClassName
{
border-color: #052ADD;
}
.TagClassName
{
border-color: #052ADD;
}
</style>