Shades of Medium Blue #1D12DF
Tints of Medium Blue #1D12DF
RGB
CMYK
RGB Variations
Color information
#1D12DF (or 0x1D12DF) is known color: Medium Blue. HEX triplet: 1D, 12 and DF. RGB value is (29,18,223). Sum of RGB (Red+Green+Blue) = 29+18+223=270 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.74% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 223 (87.5% from 255 or 82.59% from 270); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D12DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D12DF is #E2ED20. Grayscale: #2B2B2B. Windows color (decimal): -14871841 or 14619165. OLE color: 14619165.
HSL color Cylindrical-coordinate representation of color #1D12DF: hue angle of 243.22º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D12DF is Cyan = 0.87, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 18 | 223 | - |
| CMYK | 0.87 | 0.92 | 0 | 0.13 |
| HSL | 243.22º | 0.85% | 0.47% | - |
| HSV(B) | 243.22º | 0.92% | 0.87% | - |
| XYZ | 14.04 | 6.02 | 70.23 | - |
| YUV | 44.66 | 228.64 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 223 | 0.87 | 0.92 | 0 | 0.13 | 243.22 | 0.85 | 0.47 |
| Hex | 1D | 12 | DF | 57 | 5C | 0 | D | F3 | 55 | 2F |
| Octal | 35 | 22 | 337 | 127 | 134 | 0 | 15 | 363 | 125 | 57 |
| Binary | 11101 | 10010 | 11011111 | 1010111 | 1011100 | 0 | 1101 | 11110011 | 1010101 | 101111 |
Color Harmonies of #1D12DF
Complementary color
Monochromatic Colors of #1D12DF
Black with #1D12DF
Text Example
Text Example
White with #1D12DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D12DF; }
p { color: rgb(29,18,223); }
H1.HeaderClassName
{
color: #1D12DF;
}
.AnyTagClassName
{
color: #1D12DF;
}
</style>
background-color css
<style>
a { background-color: #1D12DF; }
a { background-color: rgb(29,18,223); }
div.DivClassName
{
background-color: #1D12DF;
}
.BgClassName
{
background-color: #1D12DF;
}
</style>
border-color css
<style>
span { border-color: #1D12DF; }
span { border-color: rgb(29,18,223); }
td.TdClassName
{
border-color: #1D12DF;
}
.TagClassName
{
border-color: #1D12DF;
}
</style>