Shades of Medium Blue #1B00DF
Tints of Medium Blue #1B00DF
RGB
CMYK
RGB Variations
Color information
#1B00DF (or 0x1B00DF) is known color: Medium Blue. HEX triplet: 1B, 00 and DF. RGB value is (27,0,223). Sum of RGB (Red+Green+Blue) = 27+0+223=250 (33% of max value = 765). Red value is 27 (10.94% from 255 or 10.8% from 250); Green value is 0 (0.39% from 255 or 0% from 250); Blue value is 223 (87.5% from 255 or 89.2% from 250); Max value from RGB is 223 - color contains mainly: blue. Hex color #1B00DF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #1B00DF is #E4FF20. Grayscale: #202020. Windows color (decimal): -15007521 or 14614555. OLE color: 14614555.
HSL color Cylindrical-coordinate representation of color #1B00DF: hue angle of 247.26º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1B00DF is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 27 | 0 | 223 | - |
| CMYK | 0.88 | 1 | 0 | 0.13 |
| HSL | 247.26º | 1% | 0.44% | - |
| HSV(B) | 247.26º | 1% | 0.87% | - |
| XYZ | 13.77 | 5.56 | 70.16 | - |
| YUV | 33.5 | 234.95 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 0 | 223 | 0.88 | 1 | 0 | 0.13 | 247.26 | 1 | 0.44 |
| Hex | 1B | 0 | DF | 58 | 64 | 0 | D | F7 | 64 | 2C |
| Octal | 33 | 0 | 337 | 130 | 144 | 0 | 15 | 367 | 144 | 54 |
| Binary | 11011 | 0 | 11011111 | 1011000 | 1100100 | 0 | 1101 | 11110111 | 1100100 | 101100 |
Color Harmonies of #1B00DF
Complementary color
Monochromatic Colors of #1B00DF
Black with #1B00DF
Text Example
Text Example
White with #1B00DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B00DF; }
p { color: rgb(27,0,223); }
H1.HeaderClassName
{
color: #1B00DF;
}
.AnyTagClassName
{
color: #1B00DF;
}
</style>
background-color css
<style>
a { background-color: #1B00DF; }
a { background-color: rgb(27,0,223); }
div.DivClassName
{
background-color: #1B00DF;
}
.BgClassName
{
background-color: #1B00DF;
}
</style>
border-color css
<style>
span { border-color: #1B00DF; }
span { border-color: rgb(27,0,223); }
td.TdClassName
{
border-color: #1B00DF;
}
.TagClassName
{
border-color: #1B00DF;
}
</style>