Shades of Medium Blue #1B08DD
Tints of Medium Blue #1B08DD
RGB
CMYK
RGB Variations
Color information
#1B08DD (or 0x1B08DD) is known color: Medium Blue. HEX triplet: 1B, 08 and DD. RGB value is (27,8,221). Sum of RGB (Red+Green+Blue) = 27+8+221=256 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.55% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 221 (86.72% from 255 or 86.33% from 256); Max value from RGB is 221 - color contains mainly: blue. Hex color #1B08DD is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B08DD is #E4F722. Grayscale: #252525. Windows color (decimal): -15005475 or 14485531. OLE color: 14485531.
HSL color Cylindrical-coordinate representation of color #1B08DD: hue angle of 245.35º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B08DD is Cyan = 0.88, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 8 | 221 | - |
| CMYK | 0.88 | 0.96 | 0 | 0.13 |
| HSL | 245.35º | 0.93% | 0.45% | - |
| HSV(B) | 245.35º | 0.96% | 0.87% | - |
| XYZ | 13.59 | 5.63 | 68.78 | - |
| YUV | 37.96 | 231.29 | 120.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 221 | 0.88 | 0.96 | 0 | 0.13 | 245.35 | 0.93 | 0.45 |
| Hex | 1B | 8 | DD | 58 | 60 | 0 | D | F5 | 5D | 2D |
| Octal | 33 | 10 | 335 | 130 | 140 | 0 | 15 | 365 | 135 | 55 |
| Binary | 11011 | 1000 | 11011101 | 1011000 | 1100000 | 0 | 1101 | 11110101 | 1011101 | 101101 |
Color Harmonies of #1B08DD
Complementary color
Monochromatic Colors of #1B08DD
Black with #1B08DD
Text Example
Text Example
White with #1B08DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B08DD; }
p { color: rgb(27,8,221); }
H1.HeaderClassName
{
color: #1B08DD;
}
.AnyTagClassName
{
color: #1B08DD;
}
</style>
background-color css
<style>
a { background-color: #1B08DD; }
a { background-color: rgb(27,8,221); }
div.DivClassName
{
background-color: #1B08DD;
}
.BgClassName
{
background-color: #1B08DD;
}
</style>
border-color css
<style>
span { border-color: #1B08DD; }
span { border-color: rgb(27,8,221); }
td.TdClassName
{
border-color: #1B08DD;
}
.TagClassName
{
border-color: #1B08DD;
}
</style>