Shades of Persian Blue #053DD7
Tints of Persian Blue #053DD7
RGB
CMYK
RGB Variations
Color information
#053DD7 (or 0x053DD7) is known color: Persian Blue. HEX triplet: 05, 3D and D7. RGB value is (5,61,215). Sum of RGB (Red+Green+Blue) = 5+61+215=281 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.78% from 281); Green value is 61 (24.22% from 255 or 21.71% from 281); Blue value is 215 (84.38% from 255 or 76.51% from 281); Max value from RGB is 215 - color contains mainly: blue. Hex color #053DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #053DD7 is #FAC228. Grayscale: #3D3D3D. Windows color (decimal): -16433705 or 14105861. OLE color: 14105861.
HSL color Cylindrical-coordinate representation of color #053DD7: hue angle of 224º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #053DD7 is Cyan = 0.98, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 5 | 61 | 215 | - |
| CMYK | 0.98 | 0.72 | 0 | 0.16 |
| HSL | 224º | 0.95% | 0.43% | - |
| HSV(B) | 224º | 0.98% | 0.84% | - |
| XYZ | 14 | 8.28 | 65.15 | - |
| YUV | 61.81 | 214.45 | 87.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 61 | 215 | 0.98 | 0.72 | 0 | 0.16 | 224 | 0.95 | 0.43 |
| Hex | 5 | 3D | D7 | 62 | 48 | 0 | 10 | E0 | 5F | 2B |
| Octal | 5 | 75 | 327 | 142 | 110 | 0 | 20 | 340 | 137 | 53 |
| Binary | 101 | 111101 | 11010111 | 1100010 | 1001000 | 0 | 10000 | 11100000 | 1011111 | 101011 |
Color Harmonies of #053DD7
Complementary color
Monochromatic Colors of #053DD7
Black with #053DD7
Text Example
Text Example
White with #053DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #053DD7; }
p { color: rgb(5,61,215); }
H1.HeaderClassName
{
color: #053DD7;
}
.AnyTagClassName
{
color: #053DD7;
}
</style>
background-color css
<style>
a { background-color: #053DD7; }
a { background-color: rgb(5,61,215); }
div.DivClassName
{
background-color: #053DD7;
}
.BgClassName
{
background-color: #053DD7;
}
</style>
border-color css
<style>
span { border-color: #053DD7; }
span { border-color: rgb(5,61,215); }
td.TdClassName
{
border-color: #053DD7;
}
.TagClassName
{
border-color: #053DD7;
}
</style>