Shades of Persian Blue #083CE4
Tints of Persian Blue #083CE4
RGB
CMYK
RGB Variations
Color information
#083CE4 (or 0x083CE4) is known color: Persian Blue. HEX triplet: 08, 3C and E4. RGB value is (8,60,228). Sum of RGB (Red+Green+Blue) = 8+60+228=296 (39% of max value = 765). Red value is 8 (3.52% from 255 or 2.70% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 228 (89.45% from 255 or 77.03% from 296); Max value from RGB is 228 - color contains mainly: blue. Hex color #083CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CE4 is #F7C31B. Grayscale: #3E3E3E. Windows color (decimal): -16237340 or 14957576. OLE color: 14957576.
HSL color Cylindrical-coordinate representation of color #083CE4: hue angle of 225.82º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083CE4 is Cyan = 0.96, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 60 | 228 | - |
| CMYK | 0.96 | 0.74 | 0 | 0.11 |
| HSL | 225.82º | 0.93% | 0.46% | - |
| HSV(B) | 225.82º | 0.96% | 0.89% | - |
| XYZ | 15.72 | 8.88 | 74.29 | - |
| YUV | 63.6 | 220.77 | 88.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 228 | 0.96 | 0.74 | 0 | 0.11 | 225.82 | 0.93 | 0.46 |
| Hex | 8 | 3C | E4 | 60 | 4A | 0 | B | E2 | 5D | 2E |
| Octal | 10 | 74 | 344 | 140 | 112 | 0 | 13 | 342 | 135 | 56 |
| Binary | 1000 | 111100 | 11100100 | 1100000 | 1001010 | 0 | 1011 | 11100010 | 1011101 | 101110 |
Color Harmonies of #083CE4
Complementary color
Monochromatic Colors of #083CE4
Black with #083CE4
Text Example
Text Example
White with #083CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CE4; }
p { color: rgb(8,60,228); }
H1.HeaderClassName
{
color: #083CE4;
}
.AnyTagClassName
{
color: #083CE4;
}
</style>
background-color css
<style>
a { background-color: #083CE4; }
a { background-color: rgb(8,60,228); }
div.DivClassName
{
background-color: #083CE4;
}
.BgClassName
{
background-color: #083CE4;
}
</style>
border-color css
<style>
span { border-color: #083CE4; }
span { border-color: rgb(8,60,228); }
td.TdClassName
{
border-color: #083CE4;
}
.TagClassName
{
border-color: #083CE4;
}
</style>