Shades of Medium Blue #1203DD
Tints of Medium Blue #1203DD
RGB
CMYK
RGB Variations
Color information
#1203DD (or 0x1203DD) is known color: Medium Blue. HEX triplet: 12, 03 and DD. RGB value is (18,3,221). Sum of RGB (Red+Green+Blue) = 18+3+221=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 221 (86.72% from 255 or 91.32% from 242); Max value from RGB is 221 - color contains mainly: blue. Hex color #1203DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203DD is #EDFC22. Grayscale: #1F1F1F. Windows color (decimal): -15596579 or 14484242. OLE color: 14484242.
HSL color Cylindrical-coordinate representation of color #1203DD: hue angle of 244.13º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #1203DD is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 3 | 221 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.13 |
| HSL | 244.13º | 0.97% | 0.44% | - |
| HSV(B) | 244.13º | 0.99% | 0.87% | - |
| XYZ | 13.33 | 5.41 | 68.75 | - |
| YUV | 32.34 | 234.47 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 221 | 0.92 | 0.99 | 0 | 0.13 | 244.13 | 0.97 | 0.44 |
| Hex | 12 | 3 | DD | 5C | 63 | 0 | D | F4 | 61 | 2C |
| Octal | 22 | 3 | 335 | 134 | 143 | 0 | 15 | 364 | 141 | 54 |
| Binary | 10010 | 11 | 11011101 | 1011100 | 1100011 | 0 | 1101 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1203DD
Complementary color
Monochromatic Colors of #1203DD
Black with #1203DD
Text Example
Text Example
White with #1203DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203DD; }
p { color: rgb(18,3,221); }
H1.HeaderClassName
{
color: #1203DD;
}
.AnyTagClassName
{
color: #1203DD;
}
</style>
background-color css
<style>
a { background-color: #1203DD; }
a { background-color: rgb(18,3,221); }
div.DivClassName
{
background-color: #1203DD;
}
.BgClassName
{
background-color: #1203DD;
}
</style>
border-color css
<style>
span { border-color: #1203DD; }
span { border-color: rgb(18,3,221); }
td.TdClassName
{
border-color: #1203DD;
}
.TagClassName
{
border-color: #1203DD;
}
</style>