Shades of Medium Blue #1D0FDF
Tints of Medium Blue #1D0FDF
RGB
CMYK
RGB Variations
Color information
#1D0FDF (or 0x1D0FDF) is known color: Medium Blue. HEX triplet: 1D, 0F and DF. RGB value is (29,15,223). Sum of RGB (Red+Green+Blue) = 29+15+223=267 (35% of max value = 765). Red value is 29 (11.72% from 255 or 10.86% from 267); Green value is 15 (6.25% from 255 or 5.62% from 267); Blue value is 223 (87.5% from 255 or 83.52% from 267); Max value from RGB is 223 - color contains mainly: blue. Hex color #1D0FDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0FDF is #E2F020. Grayscale: #2A2A2A. Windows color (decimal): -14872609 or 14618397. OLE color: 14618397.
HSL color Cylindrical-coordinate representation of color #1D0FDF: hue angle of 244.04º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1D0FDF is Cyan = 0.87, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 29 | 15 | 223 | - |
| CMYK | 0.87 | 0.93 | 0 | 0.13 |
| HSL | 244.04º | 0.87% | 0.47% | - |
| HSV(B) | 244.04º | 0.93% | 0.87% | - |
| XYZ | 14 | 5.93 | 70.22 | - |
| YUV | 42.9 | 229.64 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 223 | 0.87 | 0.93 | 0 | 0.13 | 244.04 | 0.87 | 0.47 |
| Hex | 1D | F | DF | 57 | 5D | 0 | D | F4 | 57 | 2F |
| Octal | 35 | 17 | 337 | 127 | 135 | 0 | 15 | 364 | 127 | 57 |
| Binary | 11101 | 1111 | 11011111 | 1010111 | 1011101 | 0 | 1101 | 11110100 | 1010111 | 101111 |
Color Harmonies of #1D0FDF
Complementary color
Monochromatic Colors of #1D0FDF
Black with #1D0FDF
Text Example
Text Example
White with #1D0FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FDF; }
p { color: rgb(29,15,223); }
H1.HeaderClassName
{
color: #1D0FDF;
}
.AnyTagClassName
{
color: #1D0FDF;
}
</style>
background-color css
<style>
a { background-color: #1D0FDF; }
a { background-color: rgb(29,15,223); }
div.DivClassName
{
background-color: #1D0FDF;
}
.BgClassName
{
background-color: #1D0FDF;
}
</style>
border-color css
<style>
span { border-color: #1D0FDF; }
span { border-color: rgb(29,15,223); }
td.TdClassName
{
border-color: #1D0FDF;
}
.TagClassName
{
border-color: #1D0FDF;
}
</style>