Shades of Persian Blue #083CE6
Tints of Persian Blue #083CE6
RGB
CMYK
RGB Variations
Color information
#083CE6 (or 0x083CE6) is known color: Persian Blue. HEX triplet: 08, 3C and E6. RGB value is (8,60,230). Sum of RGB (Red+Green+Blue) = 8+60+230=298 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.68% from 298); Green value is 60 (23.83% from 255 or 20.13% from 298); Blue value is 230 (90.23% from 255 or 77.18% from 298); Max value from RGB is 230 - color contains mainly: blue. Hex color #083CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CE6 is #F7C319. Grayscale: #3F3F3F. Windows color (decimal): -16237338 or 15088648. OLE color: 15088648.
HSL color Cylindrical-coordinate representation of color #083CE6: hue angle of 225.95º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083CE6 is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 8 | 60 | 230 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.10 |
| HSL | 225.95º | 0.93% | 0.47% | - |
| HSV(B) | 225.95º | 0.97% | 0.9% | - |
| XYZ | 16 | 9 | 75.76 | - |
| YUV | 63.83 | 221.77 | 88.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 230 | 0.97 | 0.74 | 0 | 0.10 | 225.95 | 0.93 | 0.47 |
| Hex | 8 | 3C | E6 | 61 | 4A | 0 | A | E2 | 5D | 2F |
| Octal | 10 | 74 | 346 | 141 | 112 | 0 | 12 | 342 | 135 | 57 |
| Binary | 1000 | 111100 | 11100110 | 1100001 | 1001010 | 0 | 1010 | 11100010 | 1011101 | 101111 |
Color Harmonies of #083CE6
Complementary color
Monochromatic Colors of #083CE6
Black with #083CE6
Text Example
Text Example
White with #083CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CE6; }
p { color: rgb(8,60,230); }
H1.HeaderClassName
{
color: #083CE6;
}
.AnyTagClassName
{
color: #083CE6;
}
</style>
background-color css
<style>
a { background-color: #083CE6; }
a { background-color: rgb(8,60,230); }
div.DivClassName
{
background-color: #083CE6;
}
.BgClassName
{
background-color: #083CE6;
}
</style>
border-color css
<style>
span { border-color: #083CE6; }
span { border-color: rgb(8,60,230); }
td.TdClassName
{
border-color: #083CE6;
}
.TagClassName
{
border-color: #083CE6;
}
</style>