Shades of Persian Blue #083EC8
Tints of Persian Blue #083EC8
RGB
CMYK
RGB Variations
Color information
#083EC8 (or 0x083EC8) is known color: Persian Blue. HEX triplet: 08, 3E and C8. RGB value is (8,62,200). Sum of RGB (Red+Green+Blue) = 8+62+200=270 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.96% from 270); Green value is 62 (24.61% from 255 or 22.96% from 270); Blue value is 200 (78.52% from 255 or 74.07% from 270); Max value from RGB is 200 - color contains mainly: blue. Hex color #083EC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083EC8 is #F7C137. Grayscale: #3C3C3C. Windows color (decimal): -16236856 or 13123080. OLE color: 13123080.
HSL color Cylindrical-coordinate representation of color #083EC8: hue angle of 223.12º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083EC8 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 8 | 62 | 200 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.22 |
| HSL | 223.13º | 0.92% | 0.41% | - |
| HSV(B) | 223.13º | 0.96% | 0.78% | - |
| XYZ | 12.25 | 7.67 | 55.48 | - |
| YUV | 61.59 | 206.11 | 89.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 62 | 200 | 0.96 | 0.69 | 0 | 0.22 | 223.13 | 0.92 | 0.41 |
| Hex | 8 | 3E | C8 | 60 | 45 | 0 | 16 | DF | 5C | 29 |
| Octal | 10 | 76 | 310 | 140 | 105 | 0 | 26 | 337 | 134 | 51 |
| Binary | 1000 | 111110 | 11001000 | 1100000 | 1000101 | 0 | 10110 | 11011111 | 1011100 | 101001 |
Color Harmonies of #083EC8
Complementary color
Monochromatic Colors of #083EC8
Black with #083EC8
Text Example
Text Example
White with #083EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083EC8; }
p { color: rgb(8,62,200); }
H1.HeaderClassName
{
color: #083EC8;
}
.AnyTagClassName
{
color: #083EC8;
}
</style>
background-color css
<style>
a { background-color: #083EC8; }
a { background-color: rgb(8,62,200); }
div.DivClassName
{
background-color: #083EC8;
}
.BgClassName
{
background-color: #083EC8;
}
</style>
border-color css
<style>
span { border-color: #083EC8; }
span { border-color: rgb(8,62,200); }
td.TdClassName
{
border-color: #083EC8;
}
.TagClassName
{
border-color: #083EC8;
}
</style>