Shades of Persian Blue #083EDF
Tints of Persian Blue #083EDF
RGB
CMYK
RGB Variations
Color information
#083EDF (or 0x083EDF) is known color: Persian Blue. HEX triplet: 08, 3E and DF. RGB value is (8,62,223). Sum of RGB (Red+Green+Blue) = 8+62+223=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 62 (24.61% from 255 or 21.16% from 293); Blue value is 223 (87.5% from 255 or 76.11% from 293); Max value from RGB is 223 - color contains mainly: blue. Hex color #083EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EDF is #F7C120. Grayscale: #3F3F3F. Windows color (decimal): -16236833 or 14630408. OLE color: 14630408.
HSL color Cylindrical-coordinate representation of color #083EDF: hue angle of 224.93º 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 #083EDF is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 8 | 62 | 223 | - |
| CMYK | 0.96 | 0.72 | 0 | 0.13 |
| HSL | 224.93º | 0.93% | 0.45% | - |
| HSV(B) | 224.93º | 0.96% | 0.87% | - |
| XYZ | 15.14 | 8.82 | 70.72 | - |
| YUV | 64.21 | 217.61 | 87.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 223 | 0.96 | 0.72 | 0 | 0.13 | 224.93 | 0.93 | 0.45 |
| Hex | 8 | 3E | DF | 60 | 48 | 0 | D | E1 | 5D | 2D |
| Octal | 10 | 76 | 337 | 140 | 110 | 0 | 15 | 341 | 135 | 55 |
| Binary | 1000 | 111110 | 11011111 | 1100000 | 1001000 | 0 | 1101 | 11100001 | 1011101 | 101101 |
Color Harmonies of #083EDF
Complementary color
Monochromatic Colors of #083EDF
Black with #083EDF
Text Example
Text Example
White with #083EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083EDF; }
p { color: rgb(8,62,223); }
H1.HeaderClassName
{
color: #083EDF;
}
.AnyTagClassName
{
color: #083EDF;
}
</style>
background-color css
<style>
a { background-color: #083EDF; }
a { background-color: rgb(8,62,223); }
div.DivClassName
{
background-color: #083EDF;
}
.BgClassName
{
background-color: #083EDF;
}
</style>
border-color css
<style>
span { border-color: #083EDF; }
span { border-color: rgb(8,62,223); }
td.TdClassName
{
border-color: #083EDF;
}
.TagClassName
{
border-color: #083EDF;
}
</style>