Shades of Persian Blue #0822CD
Tints of Persian Blue #0822CD
RGB
CMYK
RGB Variations
Color information
#0822CD (or 0x0822CD) is known color: Persian Blue. HEX triplet: 08, 22 and CD. RGB value is (8,34,205). Sum of RGB (Red+Green+Blue) = 8+34+205=247 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.24% from 247); Green value is 34 (13.67% from 255 or 13.77% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #0822CD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0822CD is #F7DD32. Grayscale: #2D2D2D. Windows color (decimal): -16244019 or 13443592. OLE color: 13443592.
HSL color Cylindrical-coordinate representation of color #0822CD: hue angle of 232.08º 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 #0822CD is Cyan = 0.96, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 34 | 205 | - |
| CMYK | 0.96 | 0.83 | 0 | 0.20 |
| HSL | 232.08º | 0.92% | 0.42% | - |
| HSV(B) | 232.08º | 0.96% | 0.8% | - |
| XYZ | 11.69 | 5.6 | 58.22 | - |
| YUV | 45.72 | 217.89 | 101.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 34 | 205 | 0.96 | 0.83 | 0 | 0.20 | 232.08 | 0.92 | 0.42 |
| Hex | 8 | 22 | CD | 60 | 53 | 0 | 14 | E8 | 5C | 2A |
| Octal | 10 | 42 | 315 | 140 | 123 | 0 | 24 | 350 | 134 | 52 |
| Binary | 1000 | 100010 | 11001101 | 1100000 | 1010011 | 0 | 10100 | 11101000 | 1011100 | 101010 |
Color Harmonies of #0822CD
Complementary color
Monochromatic Colors of #0822CD
Black with #0822CD
Text Example
Text Example
White with #0822CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0822CD; }
p { color: rgb(8,34,205); }
H1.HeaderClassName
{
color: #0822CD;
}
.AnyTagClassName
{
color: #0822CD;
}
</style>
background-color css
<style>
a { background-color: #0822CD; }
a { background-color: rgb(8,34,205); }
div.DivClassName
{
background-color: #0822CD;
}
.BgClassName
{
background-color: #0822CD;
}
</style>
border-color css
<style>
span { border-color: #0822CD; }
span { border-color: rgb(8,34,205); }
td.TdClassName
{
border-color: #0822CD;
}
.TagClassName
{
border-color: #0822CD;
}
</style>