Shades of Persian Blue #083ADF
Tints of Persian Blue #083ADF
RGB
CMYK
RGB Variations
Color information
#083ADF (or 0x083ADF) is known color: Persian Blue. HEX triplet: 08, 3A and DF. RGB value is (8,58,223). Sum of RGB (Red+Green+Blue) = 8+58+223=289 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.77% from 289); Green value is 58 (23.05% from 255 or 20.07% from 289); Blue value is 223 (87.5% from 255 or 77.16% from 289); Max value from RGB is 223 - color contains mainly: blue. Hex color #083ADF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083ADF is #F7C520. Grayscale: #3D3D3D. Windows color (decimal): -16237857 or 14629384. OLE color: 14629384.
HSL color Cylindrical-coordinate representation of color #083ADF: hue angle of 226.05º 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 #083ADF is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 58 | 223 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.13 |
| HSL | 226.05º | 0.93% | 0.45% | - |
| HSV(B) | 226.05º | 0.96% | 0.87% | - |
| XYZ | 14.93 | 8.41 | 70.65 | - |
| YUV | 61.86 | 218.94 | 89.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 58 | 223 | 0.96 | 0.74 | 0 | 0.13 | 226.05 | 0.93 | 0.45 |
| Hex | 8 | 3A | DF | 60 | 4A | 0 | D | E2 | 5D | 2D |
| Octal | 10 | 72 | 337 | 140 | 112 | 0 | 15 | 342 | 135 | 55 |
| Binary | 1000 | 111010 | 11011111 | 1100000 | 1001010 | 0 | 1101 | 11100010 | 1011101 | 101101 |
Color Harmonies of #083ADF
Complementary color
Monochromatic Colors of #083ADF
Black with #083ADF
Text Example
Text Example
White with #083ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083ADF; }
p { color: rgb(8,58,223); }
H1.HeaderClassName
{
color: #083ADF;
}
.AnyTagClassName
{
color: #083ADF;
}
</style>
background-color css
<style>
a { background-color: #083ADF; }
a { background-color: rgb(8,58,223); }
div.DivClassName
{
background-color: #083ADF;
}
.BgClassName
{
background-color: #083ADF;
}
</style>
border-color css
<style>
span { border-color: #083ADF; }
span { border-color: rgb(8,58,223); }
td.TdClassName
{
border-color: #083ADF;
}
.TagClassName
{
border-color: #083ADF;
}
</style>