Shades of Persian Blue #103FDC
Tints of Persian Blue #103FDC
RGB
CMYK
RGB Variations
Color information
#103FDC (or 0x103FDC) is known color: Persian Blue. HEX triplet: 10, 3F and DC. RGB value is (16,63,220). Sum of RGB (Red+Green+Blue) = 16+63+220=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 63 (25% from 255 or 21.07% from 299); Blue value is 220 (86.33% from 255 or 73.58% from 299); Max value from RGB is 220 - color contains mainly: blue. Hex color #103FDC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #103FDC is #EFC023. Grayscale: #424242. Windows color (decimal): -15712292 or 14434064. OLE color: 14434064.
HSL color Cylindrical-coordinate representation of color #103FDC: hue angle of 226.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103FDC is Cyan = 0.93, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 63 | 220 | - |
| CMYK | 0.93 | 0.71 | 0 | 0.14 |
| HSL | 226.18º | 0.86% | 0.46% | - |
| HSV(B) | 226.18º | 0.93% | 0.86% | - |
| XYZ | 14.91 | 8.83 | 68.63 | - |
| YUV | 66.85 | 214.43 | 91.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 63 | 220 | 0.93 | 0.71 | 0 | 0.14 | 226.18 | 0.86 | 0.46 |
| Hex | 10 | 3F | DC | 5D | 47 | 0 | E | E2 | 56 | 2E |
| Octal | 20 | 77 | 334 | 135 | 107 | 0 | 16 | 342 | 126 | 56 |
| Binary | 10000 | 111111 | 11011100 | 1011101 | 1000111 | 0 | 1110 | 11100010 | 1010110 | 101110 |
Color Harmonies of #103FDC
Complementary color
Monochromatic Colors of #103FDC
Black with #103FDC
Text Example
Text Example
White with #103FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103FDC; }
p { color: rgb(16,63,220); }
H1.HeaderClassName
{
color: #103FDC;
}
.AnyTagClassName
{
color: #103FDC;
}
</style>
background-color css
<style>
a { background-color: #103FDC; }
a { background-color: rgb(16,63,220); }
div.DivClassName
{
background-color: #103FDC;
}
.BgClassName
{
background-color: #103FDC;
}
</style>
border-color css
<style>
span { border-color: #103FDC; }
span { border-color: rgb(16,63,220); }
td.TdClassName
{
border-color: #103FDC;
}
.TagClassName
{
border-color: #103FDC;
}
</style>