Shades of Persian Blue #082DDD
Tints of Persian Blue #082DDD
RGB
CMYK
RGB Variations
Color information
#082DDD (or 0x082DDD) is known color: Persian Blue. HEX triplet: 08, 2D and DD. RGB value is (8,45,221). Sum of RGB (Red+Green+Blue) = 8+45+221=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 45 (17.97% from 255 or 16.42% from 274); Blue value is 221 (86.72% from 255 or 80.66% from 274); Max value from RGB is 221 - color contains mainly: blue. Hex color #082DDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DDD is #F7D222. Grayscale: #353535. Windows color (decimal): -16241187 or 14494984. OLE color: 14494984.
HSL color Cylindrical-coordinate representation of color #082DDD: hue angle of 229.58º 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 #082DDD is Cyan = 0.96, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 45 | 221 | - |
| CMYK | 0.96 | 0.80 | 0 | 0.13 |
| HSL | 229.58º | 0.93% | 0.45% | - |
| HSV(B) | 229.58º | 0.96% | 0.87% | - |
| XYZ | 14.09 | 7.15 | 69.04 | - |
| YUV | 54 | 222.24 | 95.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 221 | 0.96 | 0.80 | 0 | 0.13 | 229.58 | 0.93 | 0.45 |
| Hex | 8 | 2D | DD | 60 | 50 | 0 | D | E6 | 5D | 2D |
| Octal | 10 | 55 | 335 | 140 | 120 | 0 | 15 | 346 | 135 | 55 |
| Binary | 1000 | 101101 | 11011101 | 1100000 | 1010000 | 0 | 1101 | 11100110 | 1011101 | 101101 |
Color Harmonies of #082DDD
Complementary color
Monochromatic Colors of #082DDD
Black with #082DDD
Text Example
Text Example
White with #082DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DDD; }
p { color: rgb(8,45,221); }
H1.HeaderClassName
{
color: #082DDD;
}
.AnyTagClassName
{
color: #082DDD;
}
</style>
background-color css
<style>
a { background-color: #082DDD; }
a { background-color: rgb(8,45,221); }
div.DivClassName
{
background-color: #082DDD;
}
.BgClassName
{
background-color: #082DDD;
}
</style>
border-color css
<style>
span { border-color: #082DDD; }
span { border-color: rgb(8,45,221); }
td.TdClassName
{
border-color: #082DDD;
}
.TagClassName
{
border-color: #082DDD;
}
</style>