Shades of Persian Blue #083CC2
Tints of Persian Blue #083CC2
RGB
CMYK
RGB Variations
Color information
#083CC2 (or 0x083CC2) is known color: Persian Blue. HEX triplet: 08, 3C and C2. RGB value is (8,60,194). Sum of RGB (Red+Green+Blue) = 8+60+194=262 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.05% from 262); Green value is 60 (23.83% from 255 or 22.90% from 262); Blue value is 194 (76.17% from 255 or 74.05% from 262); Max value from RGB is 194 - color contains mainly: blue. Hex color #083CC2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083CC2 is #F7C33D. Grayscale: #3B3B3B. Windows color (decimal): -16237374 or 12729352. OLE color: 12729352.
HSL color Cylindrical-coordinate representation of color #083CC2: hue angle of 223.23º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083CC2 is Cyan = 0.96, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 8 | 60 | 194 | - |
| CMYK | 0.96 | 0.69 | 0 | 0.24 |
| HSL | 223.23º | 0.92% | 0.4% | - |
| HSV(B) | 223.23º | 0.96% | 0.76% | - |
| XYZ | 11.45 | 7.18 | 51.82 | - |
| YUV | 59.73 | 203.77 | 91.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 60 | 194 | 0.96 | 0.69 | 0 | 0.24 | 223.23 | 0.92 | 0.4 |
| Hex | 8 | 3C | C2 | 60 | 45 | 0 | 18 | DF | 5C | 28 |
| Octal | 10 | 74 | 302 | 140 | 105 | 0 | 30 | 337 | 134 | 50 |
| Binary | 1000 | 111100 | 11000010 | 1100000 | 1000101 | 0 | 11000 | 11011111 | 1011100 | 101000 |
Color Harmonies of #083CC2
Complementary color
Monochromatic Colors of #083CC2
Black with #083CC2
Text Example
Text Example
White with #083CC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083CC2; }
p { color: rgb(8,60,194); }
H1.HeaderClassName
{
color: #083CC2;
}
.AnyTagClassName
{
color: #083CC2;
}
</style>
background-color css
<style>
a { background-color: #083CC2; }
a { background-color: rgb(8,60,194); }
div.DivClassName
{
background-color: #083CC2;
}
.BgClassName
{
background-color: #083CC2;
}
</style>
border-color css
<style>
span { border-color: #083CC2; }
span { border-color: rgb(8,60,194); }
td.TdClassName
{
border-color: #083CC2;
}
.TagClassName
{
border-color: #083CC2;
}
</style>