Shades of Persian Blue #082DC9
Tints of Persian Blue #082DC9
RGB
CMYK
RGB Variations
Color information
#082DC9 (or 0x082DC9) is known color: Persian Blue. HEX triplet: 08, 2D and C9. RGB value is (8,45,201). Sum of RGB (Red+Green+Blue) = 8+45+201=254 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.15% from 254); Green value is 45 (17.97% from 255 or 17.72% from 254); Blue value is 201 (78.91% from 255 or 79.13% from 254); Max value from RGB is 201 - color contains mainly: blue. Hex color #082DC9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DC9 is #F7D236. Grayscale: #333333. Windows color (decimal): -16241207 or 13184264. OLE color: 13184264.
HSL color Cylindrical-coordinate representation of color #082DC9: hue angle of 228.5º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DC9 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 8 | 45 | 201 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.21 |
| HSL | 228.5º | 0.92% | 0.41% | - |
| HSV(B) | 228.5º | 0.96% | 0.79% | - |
| XYZ | 11.58 | 6.15 | 55.83 | - |
| YUV | 51.72 | 212.24 | 96.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 201 | 0.96 | 0.78 | 0 | 0.21 | 228.5 | 0.92 | 0.41 |
| Hex | 8 | 2D | C9 | 60 | 4E | 0 | 15 | E4 | 5C | 29 |
| Octal | 10 | 55 | 311 | 140 | 116 | 0 | 25 | 344 | 134 | 51 |
| Binary | 1000 | 101101 | 11001001 | 1100000 | 1001110 | 0 | 10101 | 11100100 | 1011100 | 101001 |
Color Harmonies of #082DC9
Complementary color
Monochromatic Colors of #082DC9
Black with #082DC9
Text Example
Text Example
White with #082DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DC9; }
p { color: rgb(8,45,201); }
H1.HeaderClassName
{
color: #082DC9;
}
.AnyTagClassName
{
color: #082DC9;
}
</style>
background-color css
<style>
a { background-color: #082DC9; }
a { background-color: rgb(8,45,201); }
div.DivClassName
{
background-color: #082DC9;
}
.BgClassName
{
background-color: #082DC9;
}
</style>
border-color css
<style>
span { border-color: #082DC9; }
span { border-color: rgb(8,45,201); }
td.TdClassName
{
border-color: #082DC9;
}
.TagClassName
{
border-color: #082DC9;
}
</style>