Shades of Medium Blue #1B0DD6
Tints of Medium Blue #1B0DD6
RGB
CMYK
RGB Variations
Color information
#1B0DD6 (or 0x1B0DD6) is known color: Medium Blue. HEX triplet: 1B, 0D and D6. RGB value is (27,13,214). Sum of RGB (Red+Green+Blue) = 27+13+214=254 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.63% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 214 (83.98% from 255 or 84.25% from 254); Max value from RGB is 214 - color contains mainly: blue. Hex color #1B0DD6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B0DD6 is #E4F229. Grayscale: #272727. Windows color (decimal): -15004202 or 14028059. OLE color: 14028059.
HSL color Cylindrical-coordinate representation of color #1B0DD6: hue angle of 244.18º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1B0DD6 is Cyan = 0.87, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 13 | 214 | - |
| CMYK | 0.87 | 0.94 | 0 | 0.16 |
| HSL | 244.18º | 0.89% | 0.45% | - |
| HSV(B) | 244.18º | 0.94% | 0.84% | - |
| XYZ | 12.73 | 5.38 | 63.98 | - |
| YUV | 40.1 | 226.14 | 118.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 13 | 214 | 0.87 | 0.94 | 0 | 0.16 | 244.18 | 0.89 | 0.45 |
| Hex | 1B | D | D6 | 57 | 5E | 0 | 10 | F4 | 59 | 2D |
| Octal | 33 | 15 | 326 | 127 | 136 | 0 | 20 | 364 | 131 | 55 |
| Binary | 11011 | 1101 | 11010110 | 1010111 | 1011110 | 0 | 10000 | 11110100 | 1011001 | 101101 |
Color Harmonies of #1B0DD6
Complementary color
Monochromatic Colors of #1B0DD6
Black with #1B0DD6
Text Example
Text Example
White with #1B0DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B0DD6; }
p { color: rgb(27,13,214); }
H1.HeaderClassName
{
color: #1B0DD6;
}
.AnyTagClassName
{
color: #1B0DD6;
}
</style>
background-color css
<style>
a { background-color: #1B0DD6; }
a { background-color: rgb(27,13,214); }
div.DivClassName
{
background-color: #1B0DD6;
}
.BgClassName
{
background-color: #1B0DD6;
}
</style>
border-color css
<style>
span { border-color: #1B0DD6; }
span { border-color: rgb(27,13,214); }
td.TdClassName
{
border-color: #1B0DD6;
}
.TagClassName
{
border-color: #1B0DD6;
}
</style>