Shades of Persian Blue #082EDF
Tints of Persian Blue #082EDF
RGB
CMYK
RGB Variations
Color information
#082EDF (or 0x082EDF) is known color: Persian Blue. HEX triplet: 08, 2E and DF. RGB value is (8,46,223). Sum of RGB (Red+Green+Blue) = 8+46+223=277 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.89% from 277); Green value is 46 (18.36% from 255 or 16.61% from 277); Blue value is 223 (87.5% from 255 or 80.51% from 277); Max value from RGB is 223 - color contains mainly: blue. Hex color #082EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082EDF is #F7D120. Grayscale: #363636. Windows color (decimal): -16240929 or 14626312. OLE color: 14626312.
HSL color Cylindrical-coordinate representation of color #082EDF: hue angle of 229.4º 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 #082EDF is Cyan = 0.96, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 46 | 223 | - |
| CMYK | 0.96 | 0.79 | 0 | 0.13 |
| HSL | 229.4º | 0.93% | 0.45% | - |
| HSV(B) | 229.4º | 0.96% | 0.87% | - |
| XYZ | 14.4 | 7.33 | 70.47 | - |
| YUV | 54.82 | 222.91 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 46 | 223 | 0.96 | 0.79 | 0 | 0.13 | 229.4 | 0.93 | 0.45 |
| Hex | 8 | 2E | DF | 60 | 4F | 0 | D | E5 | 5D | 2D |
| Octal | 10 | 56 | 337 | 140 | 117 | 0 | 15 | 345 | 135 | 55 |
| Binary | 1000 | 101110 | 11011111 | 1100000 | 1001111 | 0 | 1101 | 11100101 | 1011101 | 101101 |
Color Harmonies of #082EDF
Complementary color
Monochromatic Colors of #082EDF
Black with #082EDF
Text Example
Text Example
White with #082EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082EDF; }
p { color: rgb(8,46,223); }
H1.HeaderClassName
{
color: #082EDF;
}
.AnyTagClassName
{
color: #082EDF;
}
</style>
background-color css
<style>
a { background-color: #082EDF; }
a { background-color: rgb(8,46,223); }
div.DivClassName
{
background-color: #082EDF;
}
.BgClassName
{
background-color: #082EDF;
}
</style>
border-color css
<style>
span { border-color: #082EDF; }
span { border-color: rgb(8,46,223); }
td.TdClassName
{
border-color: #082EDF;
}
.TagClassName
{
border-color: #082EDF;
}
</style>