Shades of Medium Blue #1203DF
Tints of Medium Blue #1203DF
RGB
CMYK
RGB Variations
Color information
#1203DF (or 0x1203DF) is known color: Medium Blue. HEX triplet: 12, 03 and DF. RGB value is (18,3,223). Sum of RGB (Red+Green+Blue) = 18+3+223=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 223 (87.5% from 255 or 91.39% from 244); Max value from RGB is 223 - color contains mainly: blue. Hex color #1203DF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1203DF is #EDFC20. Grayscale: #1F1F1F. Windows color (decimal): -15596577 or 14615314. OLE color: 14615314.
HSL color Cylindrical-coordinate representation of color #1203DF: hue angle of 244.09º 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 #1203DF is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 18 | 3 | 223 | - |
| CMYK | 0.92 | 0.99 | 0 | 0.13 |
| HSL | 244.09º | 0.97% | 0.44% | - |
| HSV(B) | 244.09º | 0.99% | 0.87% | - |
| XYZ | 13.6 | 5.52 | 70.16 | - |
| YUV | 32.57 | 235.47 | 117.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 3 | 223 | 0.92 | 0.99 | 0 | 0.13 | 244.09 | 0.97 | 0.44 |
| Hex | 12 | 3 | DF | 5C | 63 | 0 | D | F4 | 61 | 2C |
| Octal | 22 | 3 | 337 | 134 | 143 | 0 | 15 | 364 | 141 | 54 |
| Binary | 10010 | 11 | 11011111 | 1011100 | 1100011 | 0 | 1101 | 11110100 | 1100001 | 101100 |
Color Harmonies of #1203DF
Complementary color
Monochromatic Colors of #1203DF
Black with #1203DF
Text Example
Text Example
White with #1203DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1203DF; }
p { color: rgb(18,3,223); }
H1.HeaderClassName
{
color: #1203DF;
}
.AnyTagClassName
{
color: #1203DF;
}
</style>
background-color css
<style>
a { background-color: #1203DF; }
a { background-color: rgb(18,3,223); }
div.DivClassName
{
background-color: #1203DF;
}
.BgClassName
{
background-color: #1203DF;
}
</style>
border-color css
<style>
span { border-color: #1203DF; }
span { border-color: rgb(18,3,223); }
td.TdClassName
{
border-color: #1203DF;
}
.TagClassName
{
border-color: #1203DF;
}
</style>