Shades of Persian Blue #082BDF
Tints of Persian Blue #082BDF
RGB
CMYK
RGB Variations
Color information
#082BDF (or 0x082BDF) is known color: Persian Blue. HEX triplet: 08, 2B and DF. RGB value is (8,43,223). Sum of RGB (Red+Green+Blue) = 8+43+223=274 (36% of max value = 765). Red value is 8 (3.52% from 255 or 2.92% from 274); Green value is 43 (17.19% from 255 or 15.69% from 274); Blue value is 223 (87.5% from 255 or 81.39% from 274); Max value from RGB is 223 - color contains mainly: blue. Hex color #082BDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #082BDF is #F7D420. Grayscale: #343434. Windows color (decimal): -16241697 or 14625544. OLE color: 14625544.
HSL color Cylindrical-coordinate representation of color #082BDF: hue angle of 230.23º 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 #082BDF is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 43 | 223 | - |
| CMYK | 0.96 | 0.81 | 0 | 0.13 |
| HSL | 230.23º | 0.93% | 0.45% | - |
| HSV(B) | 230.23º | 0.96% | 0.87% | - |
| XYZ | 14.28 | 7.11 | 70.43 | - |
| YUV | 53.06 | 223.9 | 95.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 43 | 223 | 0.96 | 0.81 | 0 | 0.13 | 230.23 | 0.93 | 0.45 |
| Hex | 8 | 2B | DF | 60 | 51 | 0 | D | E6 | 5D | 2D |
| Octal | 10 | 53 | 337 | 140 | 121 | 0 | 15 | 346 | 135 | 55 |
| Binary | 1000 | 101011 | 11011111 | 1100000 | 1010001 | 0 | 1101 | 11100110 | 1011101 | 101101 |
Color Harmonies of #082BDF
Complementary color
Monochromatic Colors of #082BDF
Black with #082BDF
Text Example
Text Example
White with #082BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #082BDF; }
p { color: rgb(8,43,223); }
H1.HeaderClassName
{
color: #082BDF;
}
.AnyTagClassName
{
color: #082BDF;
}
</style>
background-color css
<style>
a { background-color: #082BDF; }
a { background-color: rgb(8,43,223); }
div.DivClassName
{
background-color: #082BDF;
}
.BgClassName
{
background-color: #082BDF;
}
</style>
border-color css
<style>
span { border-color: #082BDF; }
span { border-color: rgb(8,43,223); }
td.TdClassName
{
border-color: #082BDF;
}
.TagClassName
{
border-color: #082BDF;
}
</style>