Shades of Persian Blue #082CD2
Tints of Persian Blue #082CD2
RGB
CMYK
RGB Variations
Color information
#082CD2 (or 0x082CD2) is known color: Persian Blue. HEX triplet: 08, 2C and D2. RGB value is (8,44,210). Sum of RGB (Red+Green+Blue) = 8+44+210=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 44 (17.58% from 255 or 16.79% from 262); Blue value is 210 (82.42% from 255 or 80.15% from 262); Max value from RGB is 210 - color contains mainly: blue. Hex color #082CD2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082CD2 is #F7D32D. Grayscale: #333333. Windows color (decimal): -16241454 or 13773832. OLE color: 13773832.
HSL color Cylindrical-coordinate representation of color #082CD2: hue angle of 229.31º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082CD2 is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 8 | 44 | 210 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.18 |
| HSL | 229.31º | 0.93% | 0.43% | - |
| HSV(B) | 229.31º | 0.96% | 0.82% | - |
| XYZ | 12.63 | 6.51 | 61.56 | - |
| YUV | 52.16 | 217.07 | 96.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 44 | 210 | 0.96 | 0.79 | 0 | 0.18 | 229.31 | 0.93 | 0.43 |
| Hex | 8 | 2C | D2 | 60 | 4F | 0 | 12 | E5 | 5D | 2B |
| Octal | 10 | 54 | 322 | 140 | 117 | 0 | 22 | 345 | 135 | 53 |
| Binary | 1000 | 101100 | 11010010 | 1100000 | 1001111 | 0 | 10010 | 11100101 | 1011101 | 101011 |
Color Harmonies of #082CD2
Complementary color
Monochromatic Colors of #082CD2
Black with #082CD2
Text Example
Text Example
White with #082CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082CD2; }
p { color: rgb(8,44,210); }
H1.HeaderClassName
{
color: #082CD2;
}
.AnyTagClassName
{
color: #082CD2;
}
</style>
background-color css
<style>
a { background-color: #082CD2; }
a { background-color: rgb(8,44,210); }
div.DivClassName
{
background-color: #082CD2;
}
.BgClassName
{
background-color: #082CD2;
}
</style>
border-color css
<style>
span { border-color: #082CD2; }
span { border-color: rgb(8,44,210); }
td.TdClassName
{
border-color: #082CD2;
}
.TagClassName
{
border-color: #082CD2;
}
</style>