Shades of Medium Blue #1B08D6
Tints of Medium Blue #1B08D6
RGB
CMYK
RGB Variations
Color information
#1B08D6 (or 0x1B08D6) is known color: Medium Blue. HEX triplet: 1B, 08 and D6. RGB value is (27,8,214). Sum of RGB (Red+Green+Blue) = 27+8+214=249 (32% of max value = 765). Red value is 27 (10.94% from 255 or 10.84% from 249); Green value is 8 (3.52% from 255 or 3.21% from 249); Blue value is 214 (83.98% from 255 or 85.94% from 249); Max value from RGB is 214 - color contains mainly: blue. Hex color #1B08D6 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B08D6 is #E4F729. Grayscale: #242424. Windows color (decimal): -15005482 or 14026779. OLE color: 14026779.
HSL color Cylindrical-coordinate representation of color #1B08D6: hue angle of 245.53º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1B08D6 is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 27 | 8 | 214 | - |
| CMYK | 0.87 | 0.96 | 0 | 0.16 |
| HSL | 245.53º | 0.93% | 0.44% | - |
| HSV(B) | 245.53º | 0.96% | 0.84% | - |
| XYZ | 12.68 | 5.26 | 63.97 | - |
| YUV | 37.17 | 227.79 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 8 | 214 | 0.87 | 0.96 | 0 | 0.16 | 245.53 | 0.93 | 0.44 |
| Hex | 1B | 8 | D6 | 57 | 60 | 0 | 10 | F6 | 5D | 2C |
| Octal | 33 | 10 | 326 | 127 | 140 | 0 | 20 | 366 | 135 | 54 |
| Binary | 11011 | 1000 | 11010110 | 1010111 | 1100000 | 0 | 10000 | 11110110 | 1011101 | 101100 |
Color Harmonies of #1B08D6
Complementary color
Monochromatic Colors of #1B08D6
Black with #1B08D6
Text Example
Text Example
White with #1B08D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B08D6; }
p { color: rgb(27,8,214); }
H1.HeaderClassName
{
color: #1B08D6;
}
.AnyTagClassName
{
color: #1B08D6;
}
</style>
background-color css
<style>
a { background-color: #1B08D6; }
a { background-color: rgb(27,8,214); }
div.DivClassName
{
background-color: #1B08D6;
}
.BgClassName
{
background-color: #1B08D6;
}
</style>
border-color css
<style>
span { border-color: #1B08D6; }
span { border-color: rgb(27,8,214); }
td.TdClassName
{
border-color: #1B08D6;
}
.TagClassName
{
border-color: #1B08D6;
}
</style>