Shades of Persian Blue #082DC2
Tints of Persian Blue #082DC2
RGB
CMYK
RGB Variations
Color information
#082DC2 (or 0x082DC2) is known color: Persian Blue. HEX triplet: 08, 2D and C2. RGB value is (8,45,194). Sum of RGB (Red+Green+Blue) = 8+45+194=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 45 (17.97% from 255 or 18.22% from 247); Blue value is 194 (76.17% from 255 or 78.54% from 247); Max value from RGB is 194 - color contains mainly: blue. Hex color #082DC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082DC2 is #F7D23D. Grayscale: #323232. Windows color (decimal): -16241214 or 12725512. OLE color: 12725512.
HSL color Cylindrical-coordinate representation of color #082DC2: hue angle of 228.06º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082DC2 is Cyan = 0.96, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 45 | 194 | - |
| CMYK | 0.96 | 0.77 | 0 | 0.24 |
| HSL | 228.06º | 0.92% | 0.4% | - |
| HSV(B) | 228.06º | 0.96% | 0.76% | - |
| XYZ | 10.78 | 5.82 | 51.6 | - |
| YUV | 50.92 | 208.74 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 45 | 194 | 0.96 | 0.77 | 0 | 0.24 | 228.06 | 0.92 | 0.4 |
| Hex | 8 | 2D | C2 | 60 | 4D | 0 | 18 | E4 | 5C | 28 |
| Octal | 10 | 55 | 302 | 140 | 115 | 0 | 30 | 344 | 134 | 50 |
| Binary | 1000 | 101101 | 11000010 | 1100000 | 1001101 | 0 | 11000 | 11100100 | 1011100 | 101000 |
Color Harmonies of #082DC2
Complementary color
Monochromatic Colors of #082DC2
Black with #082DC2
Text Example
Text Example
White with #082DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082DC2; }
p { color: rgb(8,45,194); }
H1.HeaderClassName
{
color: #082DC2;
}
.AnyTagClassName
{
color: #082DC2;
}
</style>
background-color css
<style>
a { background-color: #082DC2; }
a { background-color: rgb(8,45,194); }
div.DivClassName
{
background-color: #082DC2;
}
.BgClassName
{
background-color: #082DC2;
}
</style>
border-color css
<style>
span { border-color: #082DC2; }
span { border-color: rgb(8,45,194); }
td.TdClassName
{
border-color: #082DC2;
}
.TagClassName
{
border-color: #082DC2;
}
</style>