Shades of Persian Blue #053DDF
Tints of Persian Blue #053DDF
RGB
CMYK
RGB Variations
Color information
#053DDF (or 0x053DDF) is known color: Persian Blue. HEX triplet: 05, 3D and DF. RGB value is (5,61,223). Sum of RGB (Red+Green+Blue) = 5+61+223=289 (38% of max value = 765). Red value is 5 (2.34% from 255 or 1.73% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #053DDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DDF is #FAC220. Grayscale: #3E3E3E. Windows color (decimal): -16433697 or 14630149. OLE color: 14630149.
HSL color Cylindrical-coordinate representation of color #053DDF: hue angle of 224.59º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DDF is Cyan = 0.98, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 5 | 61 | 223 | - |
| CMYK | 0.98 | 0.73 | 0 | 0.13 |
| HSL | 224.59º | 0.96% | 0.45% | - |
| HSV(B) | 224.59º | 0.98% | 0.87% | - |
| XYZ | 15.05 | 8.7 | 70.7 | - |
| YUV | 62.72 | 218.45 | 86.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 223 | 0.98 | 0.73 | 0 | 0.13 | 224.59 | 0.96 | 0.45 |
| Hex | 5 | 3D | DF | 62 | 49 | 0 | D | E1 | 60 | 2D |
| Octal | 5 | 75 | 337 | 142 | 111 | 0 | 15 | 341 | 140 | 55 |
| Binary | 101 | 111101 | 11011111 | 1100010 | 1001001 | 0 | 1101 | 11100001 | 1100000 | 101101 |
Color Harmonies of #053DDF
Complementary color
Monochromatic Colors of #053DDF
Black with #053DDF
Text Example
Text Example
White with #053DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DDF; }
p { color: rgb(5,61,223); }
H1.HeaderClassName
{
color: #053DDF;
}
.AnyTagClassName
{
color: #053DDF;
}
</style>
background-color css
<style>
a { background-color: #053DDF; }
a { background-color: rgb(5,61,223); }
div.DivClassName
{
background-color: #053DDF;
}
.BgClassName
{
background-color: #053DDF;
}
</style>
border-color css
<style>
span { border-color: #053DDF; }
span { border-color: rgb(5,61,223); }
td.TdClassName
{
border-color: #053DDF;
}
.TagClassName
{
border-color: #053DDF;
}
</style>