Shades of Persian Blue #052FDC
Tints of Persian Blue #052FDC
RGB
CMYK
RGB Variations
Color information
#052FDC (or 0x052FDC) is known color: Persian Blue. HEX triplet: 05, 2F and DC. RGB value is (5,47,220). Sum of RGB (Red+Green+Blue) = 5+47+220=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 220 (86.33% from 255 or 80.88% from 272); Max value from RGB is 220 - color contains mainly: blue. Hex color #052FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #052FDC is #FAD023. Grayscale: #353535. Windows color (decimal): -16437284 or 14429957. OLE color: 14429957.
HSL color Cylindrical-coordinate representation of color #052FDC: hue angle of 228.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #052FDC is Cyan = 0.98, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 5 | 47 | 220 | - |
| CMYK | 0.98 | 0.79 | 0 | 0.14 |
| HSL | 228.28º | 0.96% | 0.44% | - |
| HSV(B) | 228.28º | 0.98% | 0.86% | - |
| XYZ | 14 | 7.23 | 68.37 | - |
| YUV | 54.16 | 221.59 | 92.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 47 | 220 | 0.98 | 0.79 | 0 | 0.14 | 228.28 | 0.96 | 0.44 |
| Hex | 5 | 2F | DC | 62 | 4F | 0 | E | E4 | 60 | 2C |
| Octal | 5 | 57 | 334 | 142 | 117 | 0 | 16 | 344 | 140 | 54 |
| Binary | 101 | 101111 | 11011100 | 1100010 | 1001111 | 0 | 1110 | 11100100 | 1100000 | 101100 |
Color Harmonies of #052FDC
Complementary color
Monochromatic Colors of #052FDC
Black with #052FDC
Text Example
Text Example
White with #052FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #052FDC; }
p { color: rgb(5,47,220); }
H1.HeaderClassName
{
color: #052FDC;
}
.AnyTagClassName
{
color: #052FDC;
}
</style>
background-color css
<style>
a { background-color: #052FDC; }
a { background-color: rgb(5,47,220); }
div.DivClassName
{
background-color: #052FDC;
}
.BgClassName
{
background-color: #052FDC;
}
</style>
border-color css
<style>
span { border-color: #052FDC; }
span { border-color: rgb(5,47,220); }
td.TdClassName
{
border-color: #052FDC;
}
.TagClassName
{
border-color: #052FDC;
}
</style>