Shades of Persian Blue #083DDD
Tints of Persian Blue #083DDD
RGB
CMYK
RGB Variations
Color information
#083DDD (or 0x083DDD) is known color: Persian Blue. HEX triplet: 08, 3D and DD. RGB value is (8,61,221). Sum of RGB (Red+Green+Blue) = 8+61+221=290 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.76% from 290); Green value is 61 (24.22% from 255 or 21.03% from 290); Blue value is 221 (86.72% from 255 or 76.21% from 290); Max value from RGB is 221 - color contains mainly: blue. Hex color #083DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083DDD is #F7C222. Grayscale: #3E3E3E. Windows color (decimal): -16237091 or 14499080. OLE color: 14499080.
HSL color Cylindrical-coordinate representation of color #083DDD: hue angle of 225.07º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083DDD is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 61 | 221 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.13 |
| HSL | 225.07º | 0.93% | 0.45% | - |
| HSV(B) | 225.07º | 0.96% | 0.87% | - |
| XYZ | 14.82 | 8.61 | 69.29 | - |
| YUV | 63.39 | 216.94 | 88.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 61 | 221 | 0.96 | 0.72 | 0 | 0.13 | 225.07 | 0.93 | 0.45 |
| Hex | 8 | 3D | DD | 60 | 48 | 0 | D | E1 | 5D | 2D |
| Octal | 10 | 75 | 335 | 140 | 110 | 0 | 15 | 341 | 135 | 55 |
| Binary | 1000 | 111101 | 11011101 | 1100000 | 1001000 | 0 | 1101 | 11100001 | 1011101 | 101101 |
Color Harmonies of #083DDD
Complementary color
Monochromatic Colors of #083DDD
Black with #083DDD
Text Example
Text Example
White with #083DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083DDD; }
p { color: rgb(8,61,221); }
H1.HeaderClassName
{
color: #083DDD;
}
.AnyTagClassName
{
color: #083DDD;
}
</style>
background-color css
<style>
a { background-color: #083DDD; }
a { background-color: rgb(8,61,221); }
div.DivClassName
{
background-color: #083DDD;
}
.BgClassName
{
background-color: #083DDD;
}
</style>
border-color css
<style>
span { border-color: #083DDD; }
span { border-color: rgb(8,61,221); }
td.TdClassName
{
border-color: #083DDD;
}
.TagClassName
{
border-color: #083DDD;
}
</style>