Shades of Persian Blue #053DDD
Tints of Persian Blue #053DDD
RGB
CMYK
RGB Variations
Color information
#053DDD (or 0x053DDD) is known color: Persian Blue. HEX triplet: 05, 3D and DD. RGB value is (5,61,221). Sum of RGB (Red+Green+Blue) = 5+61+221=287 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.74% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 221 (86.72% from 255 or 77.00% from 287); Max value from RGB is 221 - color contains mainly: blue. Hex color #053DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DDD is #FAC222. Grayscale: #3D3D3D. Windows color (decimal): -16433699 or 14499077. OLE color: 14499077.
HSL color Cylindrical-coordinate representation of color #053DDD: hue angle of 224.44º 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 #053DDD is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 61 | 221 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.13 |
| HSL | 224.44º | 0.96% | 0.44% | - |
| HSV(B) | 224.44º | 0.98% | 0.87% | - |
| XYZ | 14.78 | 8.59 | 69.29 | - |
| YUV | 62.5 | 217.45 | 86.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 221 | 0.98 | 0.72 | 0 | 0.13 | 224.44 | 0.96 | 0.44 |
| Hex | 5 | 3D | DD | 62 | 48 | 0 | D | E0 | 60 | 2C |
| Octal | 5 | 75 | 335 | 142 | 110 | 0 | 15 | 340 | 140 | 54 |
| Binary | 101 | 111101 | 11011101 | 1100010 | 1001000 | 0 | 1101 | 11100000 | 1100000 | 101100 |
Color Harmonies of #053DDD
Complementary color
Monochromatic Colors of #053DDD
Black with #053DDD
Text Example
Text Example
White with #053DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DDD; }
p { color: rgb(5,61,221); }
H1.HeaderClassName
{
color: #053DDD;
}
.AnyTagClassName
{
color: #053DDD;
}
</style>
background-color css
<style>
a { background-color: #053DDD; }
a { background-color: rgb(5,61,221); }
div.DivClassName
{
background-color: #053DDD;
}
.BgClassName
{
background-color: #053DDD;
}
</style>
border-color css
<style>
span { border-color: #053DDD; }
span { border-color: rgb(5,61,221); }
td.TdClassName
{
border-color: #053DDD;
}
.TagClassName
{
border-color: #053DDD;
}
</style>