Shades of Persian Blue #082ECD
Tints of Persian Blue #082ECD
RGB
CMYK
RGB Variations
Color information
#082ECD (or 0x082ECD) is known color: Persian Blue. HEX triplet: 08, 2E and CD. RGB value is (8,46,205). Sum of RGB (Red+Green+Blue) = 8+46+205=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 46 (18.36% from 255 or 17.76% from 259); Blue value is 205 (80.47% from 255 or 79.15% from 259); Max value from RGB is 205 - color contains mainly: blue. Hex color #082ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082ECD is #F7D132. Grayscale: #343434. Windows color (decimal): -16240947 or 13446664. OLE color: 13446664.
HSL color Cylindrical-coordinate representation of color #082ECD: hue angle of 228.43º 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 #082ECD is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 8 | 46 | 205 | - |
| CMYK | 0.96 | 0.78 | 0 | 0.20 |
| HSL | 228.43º | 0.92% | 0.42% | - |
| HSV(B) | 228.43º | 0.96% | 0.8% | - |
| XYZ | 12.1 | 6.41 | 58.36 | - |
| YUV | 52.76 | 213.91 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 205 | 0.96 | 0.78 | 0 | 0.20 | 228.43 | 0.92 | 0.42 |
| Hex | 8 | 2E | CD | 60 | 4E | 0 | 14 | E4 | 5C | 2A |
| Octal | 10 | 56 | 315 | 140 | 116 | 0 | 24 | 344 | 134 | 52 |
| Binary | 1000 | 101110 | 11001101 | 1100000 | 1001110 | 0 | 10100 | 11100100 | 1011100 | 101010 |
Color Harmonies of #082ECD
Complementary color
Monochromatic Colors of #082ECD
Black with #082ECD
Text Example
Text Example
White with #082ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082ECD; }
p { color: rgb(8,46,205); }
H1.HeaderClassName
{
color: #082ECD;
}
.AnyTagClassName
{
color: #082ECD;
}
</style>
background-color css
<style>
a { background-color: #082ECD; }
a { background-color: rgb(8,46,205); }
div.DivClassName
{
background-color: #082ECD;
}
.BgClassName
{
background-color: #082ECD;
}
</style>
border-color css
<style>
span { border-color: #082ECD; }
span { border-color: rgb(8,46,205); }
td.TdClassName
{
border-color: #082ECD;
}
.TagClassName
{
border-color: #082ECD;
}
</style>