Shades of Persian Blue #083FDC
Tints of Persian Blue #083FDC
RGB
CMYK
RGB Variations
Color information
#083FDC (or 0x083FDC) is known color: Persian Blue. HEX triplet: 08, 3F and DC. RGB value is (8,63,220). Sum of RGB (Red+Green+Blue) = 8+63+220=291 (38% of max value = 765). Red value is 8 (3.52% from 255 or 2.75% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 220 (86.33% from 255 or 75.60% from 291); Max value from RGB is 220 - color contains mainly: blue. Hex color #083FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #083FDC is #F7C023. Grayscale: #3F3F3F. Windows color (decimal): -16236580 or 14434056. OLE color: 14434056.
HSL color Cylindrical-coordinate representation of color #083FDC: hue angle of 224.43º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #083FDC is Cyan = 0.96, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 8 | 63 | 220 | - |
| CMYK | 0.96 | 0.71 | 0 | 0.14 |
| HSL | 224.43º | 0.93% | 0.45% | - |
| HSV(B) | 224.43º | 0.96% | 0.86% | - |
| XYZ | 14.8 | 8.77 | 68.62 | - |
| YUV | 64.45 | 215.78 | 87.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 63 | 220 | 0.96 | 0.71 | 0 | 0.14 | 224.43 | 0.93 | 0.45 |
| Hex | 8 | 3F | DC | 60 | 47 | 0 | E | E0 | 5D | 2D |
| Octal | 10 | 77 | 334 | 140 | 107 | 0 | 16 | 340 | 135 | 55 |
| Binary | 1000 | 111111 | 11011100 | 1100000 | 1000111 | 0 | 1110 | 11100000 | 1011101 | 101101 |
Color Harmonies of #083FDC
Complementary color
Monochromatic Colors of #083FDC
Black with #083FDC
Text Example
Text Example
White with #083FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #083FDC; }
p { color: rgb(8,63,220); }
H1.HeaderClassName
{
color: #083FDC;
}
.AnyTagClassName
{
color: #083FDC;
}
</style>
background-color css
<style>
a { background-color: #083FDC; }
a { background-color: rgb(8,63,220); }
div.DivClassName
{
background-color: #083FDC;
}
.BgClassName
{
background-color: #083FDC;
}
</style>
border-color css
<style>
span { border-color: #083FDC; }
span { border-color: rgb(8,63,220); }
td.TdClassName
{
border-color: #083FDC;
}
.TagClassName
{
border-color: #083FDC;
}
</style>