Shades of Persian Blue #082DD7
Tints of Persian Blue #082DD7
RGB
CMYK
RGB Variations
Color information
#082DD7 (or 0x082DD7) is known color: Persian Blue. HEX triplet: 08, 2D and D7. RGB value is (8,45,215). Sum of RGB (Red+Green+Blue) = 8+45+215=268 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.99% from 268); Green value is 45 (17.97% from 255 or 16.79% from 268); Blue value is 215 (84.38% from 255 or 80.22% from 268); Max value from RGB is 215 - color contains mainly: blue. Hex color #082DD7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DD7 is #F7D228. Grayscale: #343434. Windows color (decimal): -16241193 or 14101768. OLE color: 14101768.
HSL color Cylindrical-coordinate representation of color #082DD7: hue angle of 229.28º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DD7 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 8 | 45 | 215 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.16 |
| HSL | 229.28º | 0.93% | 0.44% | - |
| HSV(B) | 229.28º | 0.96% | 0.84% | - |
| XYZ | 13.3 | 6.83 | 64.91 | - |
| YUV | 53.32 | 219.24 | 95.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 215 | 0.96 | 0.79 | 0 | 0.16 | 229.28 | 0.93 | 0.44 |
| Hex | 8 | 2D | D7 | 60 | 4F | 0 | 10 | E5 | 5D | 2C |
| Octal | 10 | 55 | 327 | 140 | 117 | 0 | 20 | 345 | 135 | 54 |
| Binary | 1000 | 101101 | 11010111 | 1100000 | 1001111 | 0 | 10000 | 11100101 | 1011101 | 101100 |
Color Harmonies of #082DD7
Complementary color
Monochromatic Colors of #082DD7
Black with #082DD7
Text Example
Text Example
White with #082DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DD7; }
p { color: rgb(8,45,215); }
H1.HeaderClassName
{
color: #082DD7;
}
.AnyTagClassName
{
color: #082DD7;
}
</style>
background-color css
<style>
a { background-color: #082DD7; }
a { background-color: rgb(8,45,215); }
div.DivClassName
{
background-color: #082DD7;
}
.BgClassName
{
background-color: #082DD7;
}
</style>
border-color css
<style>
span { border-color: #082DD7; }
span { border-color: rgb(8,45,215); }
td.TdClassName
{
border-color: #082DD7;
}
.TagClassName
{
border-color: #082DD7;
}
</style>