Shades of Medium Blue #1D08BD
Tints of Medium Blue #1D08BD
RGB
CMYK
RGB Variations
Color information
#1D08BD (or 0x1D08BD) is known color: Medium Blue. HEX triplet: 1D, 08 and BD. RGB value is (29,8,189). Sum of RGB (Red+Green+Blue) = 29+8+189=226 (29% of max value = 765). Red value is 29 (11.72% from 255 or 12.83% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 189 (74.22% from 255 or 83.63% from 226); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D08BD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1D08BD is #E2F742. Grayscale: #222222. Windows color (decimal): -14874435 or 12388381. OLE color: 12388381.
HSL color Cylindrical-coordinate representation of color #1D08BD: hue angle of 246.96º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D08BD is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 8 | 189 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.26 |
| HSL | 246.96º | 0.92% | 0.39% | - |
| HSV(B) | 246.96º | 0.96% | 0.74% | - |
| XYZ | 9.78 | 4.11 | 48.42 | - |
| YUV | 34.91 | 214.96 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 8 | 189 | 0.85 | 0.96 | 0 | 0.26 | 246.96 | 0.92 | 0.39 |
| Hex | 1D | 8 | BD | 55 | 60 | 0 | 1A | F7 | 5C | 27 |
| Octal | 35 | 10 | 275 | 125 | 140 | 0 | 32 | 367 | 134 | 47 |
| Binary | 11101 | 1000 | 10111101 | 1010101 | 1100000 | 0 | 11010 | 11110111 | 1011100 | 100111 |
Color Harmonies of #1D08BD
Complementary color
Monochromatic Colors of #1D08BD
Black with #1D08BD
Text Example
Text Example
White with #1D08BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D08BD; }
p { color: rgb(29,8,189); }
H1.HeaderClassName
{
color: #1D08BD;
}
.AnyTagClassName
{
color: #1D08BD;
}
</style>
background-color css
<style>
a { background-color: #1D08BD; }
a { background-color: rgb(29,8,189); }
div.DivClassName
{
background-color: #1D08BD;
}
.BgClassName
{
background-color: #1D08BD;
}
</style>
border-color css
<style>
span { border-color: #1D08BD; }
span { border-color: rgb(29,8,189); }
td.TdClassName
{
border-color: #1D08BD;
}
.TagClassName
{
border-color: #1D08BD;
}
</style>