Shades of Persian Blue #082EDD
Tints of Persian Blue #082EDD
RGB
CMYK
RGB Variations
Color information
#082EDD (or 0x082EDD) is known color: Persian Blue. HEX triplet: 08, 2E and DD. RGB value is (8,46,221). Sum of RGB (Red+Green+Blue) = 8+46+221=275 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.91% from 275); Green value is 46 (18.36% from 255 or 16.73% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #082EDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EDD is #F7D122. Grayscale: #353535. Windows color (decimal): -16240931 or 14495240. OLE color: 14495240.
HSL color Cylindrical-coordinate representation of color #082EDD: hue angle of 229.3º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #082EDD is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 46 | 221 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.13 |
| HSL | 229.3º | 0.93% | 0.45% | - |
| HSV(B) | 229.3º | 0.96% | 0.87% | - |
| XYZ | 14.13 | 7.23 | 69.06 | - |
| YUV | 54.59 | 221.91 | 94.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 221 | 0.96 | 0.79 | 0 | 0.13 | 229.3 | 0.93 | 0.45 |
| Hex | 8 | 2E | DD | 60 | 4F | 0 | D | E5 | 5D | 2D |
| Octal | 10 | 56 | 335 | 140 | 117 | 0 | 15 | 345 | 135 | 55 |
| Binary | 1000 | 101110 | 11011101 | 1100000 | 1001111 | 0 | 1101 | 11100101 | 1011101 | 101101 |
Color Harmonies of #082EDD
Complementary color
Monochromatic Colors of #082EDD
Black with #082EDD
Text Example
Text Example
White with #082EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EDD; }
p { color: rgb(8,46,221); }
H1.HeaderClassName
{
color: #082EDD;
}
.AnyTagClassName
{
color: #082EDD;
}
</style>
background-color css
<style>
a { background-color: #082EDD; }
a { background-color: rgb(8,46,221); }
div.DivClassName
{
background-color: #082EDD;
}
.BgClassName
{
background-color: #082EDD;
}
</style>
border-color css
<style>
span { border-color: #082EDD; }
span { border-color: rgb(8,46,221); }
td.TdClassName
{
border-color: #082EDD;
}
.TagClassName
{
border-color: #082EDD;
}
</style>