Shades of Persian Blue #083CEB
Tints of Persian Blue #083CEB
RGB
CMYK
RGB Variations
Color information
#083CEB (or 0x083CEB) is known color: Persian Blue. HEX triplet: 08, 3C and EB. RGB value is (8,60,235). Sum of RGB (Red+Green+Blue) = 8+60+235=303 (40% of max value = 765). Red value is 8 (3.52% from 255 or 2.64% from 303); Green value is 60 (23.83% from 255 or 19.80% from 303); Blue value is 235 (92.19% from 255 or 77.56% from 303); Max value from RGB is 235 - color contains mainly: blue. Hex color #083CEB is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #083CEB is #F7C314. Grayscale: #3F3F3F. Windows color (decimal): -16237333 or 15416328. OLE color: 15416328.
HSL color Cylindrical-coordinate representation of color #083CEB: hue angle of 226.26º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #083CEB is Cyan = 0.97, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 8 | 60 | 235 | - |
| CMYK | 0.97 | 0.74 | 0 | 0.08 |
| HSL | 226.26º | 0.93% | 0.48% | - |
| HSV(B) | 226.26º | 0.97% | 0.92% | - |
| XYZ | 16.71 | 9.28 | 79.51 | - |
| YUV | 64.4 | 224.27 | 87.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 235 | 0.97 | 0.74 | 0 | 0.08 | 226.26 | 0.93 | 0.48 |
| Hex | 8 | 3C | EB | 61 | 4A | 0 | 8 | E2 | 5D | 30 |
| Octal | 10 | 74 | 353 | 141 | 112 | 0 | 10 | 342 | 135 | 60 |
| Binary | 1000 | 111100 | 11101011 | 1100001 | 1001010 | 0 | 1000 | 11100010 | 1011101 | 110000 |
Color Harmonies of #083CEB
Complementary color
Monochromatic Colors of #083CEB
Black with #083CEB
Text Example
Text Example
White with #083CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CEB; }
p { color: rgb(8,60,235); }
H1.HeaderClassName
{
color: #083CEB;
}
.AnyTagClassName
{
color: #083CEB;
}
</style>
background-color css
<style>
a { background-color: #083CEB; }
a { background-color: rgb(8,60,235); }
div.DivClassName
{
background-color: #083CEB;
}
.BgClassName
{
background-color: #083CEB;
}
</style>
border-color css
<style>
span { border-color: #083CEB; }
span { border-color: rgb(8,60,235); }
td.TdClassName
{
border-color: #083CEB;
}
.TagClassName
{
border-color: #083CEB;
}
</style>