Shades of Persian Blue #083CE2
Tints of Persian Blue #083CE2
RGB
CMYK
RGB Variations
Color information
#083CE2 (or 0x083CE2) is known color: Persian Blue. HEX triplet: 08, 3C and E2. RGB value is (8,60,226). Sum of RGB (Red+Green+Blue) = 8+60+226=294 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.72% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 226 (88.67% from 255 or 76.87% from 294); Max value from RGB is 226 - color contains mainly: blue. Hex color #083CE2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CE2 is #F7C31D. Grayscale: #3E3E3E. Windows color (decimal): -16237342 or 14826504. OLE color: 14826504.
HSL color Cylindrical-coordinate representation of color #083CE2: hue angle of 225.69º 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 #083CE2 is Cyan = 0.96, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 8 | 60 | 226 | - |
| CMYK | 0.96 | 0.73 | 0 | 0.11 |
| HSL | 225.69º | 0.93% | 0.46% | - |
| HSV(B) | 225.69º | 0.96% | 0.89% | - |
| XYZ | 15.44 | 8.77 | 72.83 | - |
| YUV | 63.38 | 219.77 | 88.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 226 | 0.96 | 0.73 | 0 | 0.11 | 225.69 | 0.93 | 0.46 |
| Hex | 8 | 3C | E2 | 60 | 49 | 0 | B | E2 | 5D | 2E |
| Octal | 10 | 74 | 342 | 140 | 111 | 0 | 13 | 342 | 135 | 56 |
| Binary | 1000 | 111100 | 11100010 | 1100000 | 1001001 | 0 | 1011 | 11100010 | 1011101 | 101110 |
Color Harmonies of #083CE2
Complementary color
Monochromatic Colors of #083CE2
Black with #083CE2
Text Example
Text Example
White with #083CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CE2; }
p { color: rgb(8,60,226); }
H1.HeaderClassName
{
color: #083CE2;
}
.AnyTagClassName
{
color: #083CE2;
}
</style>
background-color css
<style>
a { background-color: #083CE2; }
a { background-color: rgb(8,60,226); }
div.DivClassName
{
background-color: #083CE2;
}
.BgClassName
{
background-color: #083CE2;
}
</style>
border-color css
<style>
span { border-color: #083CE2; }
span { border-color: rgb(8,60,226); }
td.TdClassName
{
border-color: #083CE2;
}
.TagClassName
{
border-color: #083CE2;
}
</style>