Shades of Persian Blue #083BDD
Tints of Persian Blue #083BDD
RGB
CMYK
RGB Variations
Color information
#083BDD (or 0x083BDD) is known color: Persian Blue. HEX triplet: 08, 3B and DD. RGB value is (8,59,221). Sum of RGB (Red+Green+Blue) = 8+59+221=288 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.78% from 288); Green value is 59 (23.44% from 255 or 20.49% from 288); Blue value is 221 (86.72% from 255 or 76.74% from 288); Max value from RGB is 221 - color contains mainly: blue. Hex color #083BDD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083BDD is #F7C422. Grayscale: #3D3D3D. Windows color (decimal): -16237603 or 14498568. OLE color: 14498568.
HSL color Cylindrical-coordinate representation of color #083BDD: hue angle of 225.63º 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 #083BDD is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 59 | 221 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.13 |
| HSL | 225.63º | 0.93% | 0.45% | - |
| HSV(B) | 225.63º | 0.96% | 0.87% | - |
| XYZ | 14.72 | 8.4 | 69.25 | - |
| YUV | 62.22 | 217.6 | 89.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 59 | 221 | 0.96 | 0.73 | 0 | 0.13 | 225.63 | 0.93 | 0.45 |
| Hex | 8 | 3B | DD | 60 | 49 | 0 | D | E2 | 5D | 2D |
| Octal | 10 | 73 | 335 | 140 | 111 | 0 | 15 | 342 | 135 | 55 |
| Binary | 1000 | 111011 | 11011101 | 1100000 | 1001001 | 0 | 1101 | 11100010 | 1011101 | 101101 |
Color Harmonies of #083BDD
Complementary color
Monochromatic Colors of #083BDD
Black with #083BDD
Text Example
Text Example
White with #083BDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083BDD; }
p { color: rgb(8,59,221); }
H1.HeaderClassName
{
color: #083BDD;
}
.AnyTagClassName
{
color: #083BDD;
}
</style>
background-color css
<style>
a { background-color: #083BDD; }
a { background-color: rgb(8,59,221); }
div.DivClassName
{
background-color: #083BDD;
}
.BgClassName
{
background-color: #083BDD;
}
</style>
border-color css
<style>
span { border-color: #083BDD; }
span { border-color: rgb(8,59,221); }
td.TdClassName
{
border-color: #083BDD;
}
.TagClassName
{
border-color: #083BDD;
}
</style>