Shades of Medium Blue #1D0FBF
Tints of Medium Blue #1D0FBF
RGB
CMYK
RGB Variations
Color information
#1D0FBF (or 0x1D0FBF) is known color: Medium Blue. HEX triplet: 1D, 0F and BF. RGB value is (29,15,191). Sum of RGB (Red+Green+Blue) = 29+15+191=235 (31% of max value = 765). Red value is 29 (11.72% from 255 or 12.34% from 235); Green value is 15 (6.25% from 255 or 6.38% from 235); Blue value is 191 (75% from 255 or 81.28% from 235); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D0FBF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0FBF is #E2F040. Grayscale: #262626. Windows color (decimal): -14872641 or 12521245. OLE color: 12521245.
HSL color Cylindrical-coordinate representation of color #1D0FBF: hue angle of 244.77º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0FBF is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 15 | 191 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.25 |
| HSL | 244.77º | 0.85% | 0.4% | - |
| HSV(B) | 244.77º | 0.92% | 0.75% | - |
| XYZ | 10.08 | 4.36 | 49.6 | - |
| YUV | 39.25 | 213.64 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 191 | 0.85 | 0.92 | 0 | 0.25 | 244.77 | 0.85 | 0.4 |
| Hex | 1D | F | BF | 55 | 5C | 0 | 19 | F5 | 55 | 28 |
| Octal | 35 | 17 | 277 | 125 | 134 | 0 | 31 | 365 | 125 | 50 |
| Binary | 11101 | 1111 | 10111111 | 1010101 | 1011100 | 0 | 11001 | 11110101 | 1010101 | 101000 |
Color Harmonies of #1D0FBF
Complementary color
Monochromatic Colors of #1D0FBF
Black with #1D0FBF
Text Example
Text Example
White with #1D0FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FBF; }
p { color: rgb(29,15,191); }
H1.HeaderClassName
{
color: #1D0FBF;
}
.AnyTagClassName
{
color: #1D0FBF;
}
</style>
background-color css
<style>
a { background-color: #1D0FBF; }
a { background-color: rgb(29,15,191); }
div.DivClassName
{
background-color: #1D0FBF;
}
.BgClassName
{
background-color: #1D0FBF;
}
</style>
border-color css
<style>
span { border-color: #1D0FBF; }
span { border-color: rgb(29,15,191); }
td.TdClassName
{
border-color: #1D0FBF;
}
.TagClassName
{
border-color: #1D0FBF;
}
</style>