Shades of Persian Blue #103DED
Tints of Persian Blue #103DED
RGB
CMYK
RGB Variations
Color information
#103DED (or 0x103DED) is known color: Persian Blue. HEX triplet: 10, 3D and ED. RGB value is (16,61,237). Sum of RGB (Red+Green+Blue) = 16+61+237=314 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.10% from 314); Green value is 61 (24.22% from 255 or 19.43% from 314); Blue value is 237 (92.97% from 255 or 75.48% from 314); Max value from RGB is 237 - color contains mainly: blue. Hex color #103DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #103DED is #EFC212. Grayscale: #424242. Windows color (decimal): -15712787 or 15547664. OLE color: 15547664.
HSL color Cylindrical-coordinate representation of color #103DED: hue angle of 227.78º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #103DED is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 16 | 61 | 237 | - |
| CMYK | 0.93 | 0.74 | 0 | 0.07 |
| HSL | 227.78º | 0.87% | 0.5% | - |
| HSV(B) | 227.78º | 0.93% | 0.93% | - |
| XYZ | 17.17 | 9.56 | 81.06 | - |
| YUV | 67.61 | 223.59 | 91.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 61 | 237 | 0.93 | 0.74 | 0 | 0.07 | 227.78 | 0.87 | 0.5 |
| Hex | 10 | 3D | ED | 5D | 4A | 0 | 7 | E4 | 57 | 32 |
| Octal | 20 | 75 | 355 | 135 | 112 | 0 | 7 | 344 | 127 | 62 |
| Binary | 10000 | 111101 | 11101101 | 1011101 | 1001010 | 0 | 111 | 11100100 | 1010111 | 110010 |
Color Harmonies of #103DED
Complementary color
Monochromatic Colors of #103DED
Black with #103DED
Text Example
Text Example
White with #103DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103DED; }
p { color: rgb(16,61,237); }
H1.HeaderClassName
{
color: #103DED;
}
.AnyTagClassName
{
color: #103DED;
}
</style>
background-color css
<style>
a { background-color: #103DED; }
a { background-color: rgb(16,61,237); }
div.DivClassName
{
background-color: #103DED;
}
.BgClassName
{
background-color: #103DED;
}
</style>
border-color css
<style>
span { border-color: #103DED; }
span { border-color: rgb(16,61,237); }
td.TdClassName
{
border-color: #103DED;
}
.TagClassName
{
border-color: #103DED;
}
</style>