Shades of Medium Blue #1B10DF
Tints of Medium Blue #1B10DF
RGB
CMYK
RGB Variations
Color information
#1B10DF (or 0x1B10DF) is known color: Medium Blue. HEX triplet: 1B, 10 and DF. RGB value is (27,16,223). Sum of RGB (Red+Green+Blue) = 27+16+223=266 (35% of max value = 765). Red value is 27 (10.94% from 255 or 10.15% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 223 (87.5% from 255 or 83.83% from 266); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B10DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B10DF is #E4EF20. Grayscale: #2A2A2A. Windows color (decimal): -15003425 or 14618651. OLE color: 14618651.
HSL color Cylindrical-coordinate representation of color #1B10DF: hue angle of 243.19º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1B10DF is Cyan = 0.88, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 16 | 223 | - |
| CMYK | 0.88 | 0.93 | 0 | 0.13 |
| HSL | 243.19º | 0.87% | 0.47% | - |
| HSV(B) | 243.19º | 0.93% | 0.87% | - |
| XYZ | 13.96 | 5.93 | 70.22 | - |
| YUV | 42.89 | 229.64 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 16 | 223 | 0.88 | 0.93 | 0 | 0.13 | 243.19 | 0.87 | 0.47 |
| Hex | 1B | 10 | DF | 58 | 5D | 0 | D | F3 | 57 | 2F |
| Octal | 33 | 20 | 337 | 130 | 135 | 0 | 15 | 363 | 127 | 57 |
| Binary | 11011 | 10000 | 11011111 | 1011000 | 1011101 | 0 | 1101 | 11110011 | 1010111 | 101111 |
Color Harmonies of #1B10DF
Complementary color
Monochromatic Colors of #1B10DF
Black with #1B10DF
Text Example
Text Example
White with #1B10DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B10DF; }
p { color: rgb(27,16,223); }
H1.HeaderClassName
{
color: #1B10DF;
}
.AnyTagClassName
{
color: #1B10DF;
}
</style>
background-color css
<style>
a { background-color: #1B10DF; }
a { background-color: rgb(27,16,223); }
div.DivClassName
{
background-color: #1B10DF;
}
.BgClassName
{
background-color: #1B10DF;
}
</style>
border-color css
<style>
span { border-color: #1B10DF; }
span { border-color: rgb(27,16,223); }
td.TdClassName
{
border-color: #1B10DF;
}
.TagClassName
{
border-color: #1B10DF;
}
</style>