Shades of Persian Blue #083CE1
Tints of Persian Blue #083CE1
RGB
CMYK
RGB Variations
Color information
#083CE1 (or 0x083CE1) is known color: Persian Blue. HEX triplet: 08, 3C and E1. RGB value is (8,60,225). Sum of RGB (Red+Green+Blue) = 8+60+225=293 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.73% from 293); Green value is 60 (23.83% from 255 or 20.48% from 293); Blue value is 225 (88.28% from 255 or 76.79% from 293); Max value from RGB is 225 - color contains mainly: blue. Hex color #083CE1 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CE1 is #F7C31E. Grayscale: #3E3E3E. Windows color (decimal): -16237343 or 14760968. OLE color: 14760968.
HSL color Cylindrical-coordinate representation of color #083CE1: hue angle of 225.62º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083CE1 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 8 | 60 | 225 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.12 |
| HSL | 225.62º | 0.93% | 0.46% | - |
| HSV(B) | 225.62º | 0.96% | 0.88% | - |
| XYZ | 15.31 | 8.72 | 72.11 | - |
| YUV | 63.26 | 219.27 | 88.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 225 | 0.96 | 0.73 | 0 | 0.12 | 225.62 | 0.93 | 0.46 |
| Hex | 8 | 3C | E1 | 60 | 49 | 0 | C | E2 | 5D | 2E |
| Octal | 10 | 74 | 341 | 140 | 111 | 0 | 14 | 342 | 135 | 56 |
| Binary | 1000 | 111100 | 11100001 | 1100000 | 1001001 | 0 | 1100 | 11100010 | 1011101 | 101110 |
Color Harmonies of #083CE1
Complementary color
Monochromatic Colors of #083CE1
Black with #083CE1
Text Example
Text Example
White with #083CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CE1; }
p { color: rgb(8,60,225); }
H1.HeaderClassName
{
color: #083CE1;
}
.AnyTagClassName
{
color: #083CE1;
}
</style>
background-color css
<style>
a { background-color: #083CE1; }
a { background-color: rgb(8,60,225); }
div.DivClassName
{
background-color: #083CE1;
}
.BgClassName
{
background-color: #083CE1;
}
</style>
border-color css
<style>
span { border-color: #083CE1; }
span { border-color: rgb(8,60,225); }
td.TdClassName
{
border-color: #083CE1;
}
.TagClassName
{
border-color: #083CE1;
}
</style>