Shades of Persian Blue #082CCD
Tints of Persian Blue #082CCD
RGB
CMYK
RGB Variations
Color information
#082CCD (or 0x082CCD) is known color: Persian Blue. HEX triplet: 08, 2C and CD. RGB value is (8,44,205). Sum of RGB (Red+Green+Blue) = 8+44+205=257 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.11% from 257); Green value is 44 (17.58% from 255 or 17.12% from 257); Blue value is 205 (80.47% from 255 or 79.77% from 257); Max value from RGB is 205 - color contains mainly: blue. Hex color #082CCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CCD is #F7D332. Grayscale: #323232. Windows color (decimal): -16241459 or 13446152. OLE color: 13446152.
HSL color Cylindrical-coordinate representation of color #082CCD: hue angle of 229.04º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082CCD is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 44 | 205 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.20 |
| HSL | 229.04º | 0.92% | 0.42% | - |
| HSV(B) | 229.04º | 0.96% | 0.8% | - |
| XYZ | 12.02 | 6.26 | 58.33 | - |
| YUV | 51.59 | 214.57 | 96.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 205 | 0.96 | 0.79 | 0 | 0.20 | 229.04 | 0.92 | 0.42 |
| Hex | 8 | 2C | CD | 60 | 4F | 0 | 14 | E5 | 5C | 2A |
| Octal | 10 | 54 | 315 | 140 | 117 | 0 | 24 | 345 | 134 | 52 |
| Binary | 1000 | 101100 | 11001101 | 1100000 | 1001111 | 0 | 10100 | 11100101 | 1011100 | 101010 |
Color Harmonies of #082CCD
Complementary color
Monochromatic Colors of #082CCD
Black with #082CCD
Text Example
Text Example
White with #082CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082CCD; }
p { color: rgb(8,44,205); }
H1.HeaderClassName
{
color: #082CCD;
}
.AnyTagClassName
{
color: #082CCD;
}
</style>
background-color css
<style>
a { background-color: #082CCD; }
a { background-color: rgb(8,44,205); }
div.DivClassName
{
background-color: #082CCD;
}
.BgClassName
{
background-color: #082CCD;
}
</style>
border-color css
<style>
span { border-color: #082CCD; }
span { border-color: rgb(8,44,205); }
td.TdClassName
{
border-color: #082CCD;
}
.TagClassName
{
border-color: #082CCD;
}
</style>