Shades of Medium Blue #1D0FBE
Tints of Medium Blue #1D0FBE
RGB
CMYK
RGB Variations
Color information
#1D0FBE (or 0x1D0FBE) is known color: Medium Blue. HEX triplet: 1D, 0F and BE. RGB value is (29,15,190). Sum of RGB (Red+Green+Blue) = 29+15+190=234 (30% of max value = 765). Red value is 29 (11.72% from 255 or 12.39% from 234); Green value is 15 (6.25% from 255 or 6.41% from 234); Blue value is 190 (74.61% from 255 or 81.20% from 234); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D0FBE is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D0FBE is #E2F041. Grayscale: #262626. Windows color (decimal): -14872642 or 12455709. OLE color: 12455709.
HSL color Cylindrical-coordinate representation of color #1D0FBE: hue angle of 244.8º 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 #1D0FBE is Cyan = 0.85, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 29 | 15 | 190 | - |
| CMYK | 0.85 | 0.92 | 0 | 0.25 |
| HSL | 244.8º | 0.85% | 0.4% | - |
| HSV(B) | 244.8º | 0.92% | 0.75% | - |
| XYZ | 9.97 | 4.32 | 49.02 | - |
| YUV | 39.14 | 213.14 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 15 | 190 | 0.85 | 0.92 | 0 | 0.25 | 244.8 | 0.85 | 0.4 |
| Hex | 1D | F | BE | 55 | 5C | 0 | 19 | F5 | 55 | 28 |
| Octal | 35 | 17 | 276 | 125 | 134 | 0 | 31 | 365 | 125 | 50 |
| Binary | 11101 | 1111 | 10111110 | 1010101 | 1011100 | 0 | 11001 | 11110101 | 1010101 | 101000 |
Color Harmonies of #1D0FBE
Complementary color
Monochromatic Colors of #1D0FBE
Black with #1D0FBE
Text Example
Text Example
White with #1D0FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D0FBE; }
p { color: rgb(29,15,190); }
H1.HeaderClassName
{
color: #1D0FBE;
}
.AnyTagClassName
{
color: #1D0FBE;
}
</style>
background-color css
<style>
a { background-color: #1D0FBE; }
a { background-color: rgb(29,15,190); }
div.DivClassName
{
background-color: #1D0FBE;
}
.BgClassName
{
background-color: #1D0FBE;
}
</style>
border-color css
<style>
span { border-color: #1D0FBE; }
span { border-color: rgb(29,15,190); }
td.TdClassName
{
border-color: #1D0FBE;
}
.TagClassName
{
border-color: #1D0FBE;
}
</style>