Shades of Medium Blue #261BDB
Tints of Medium Blue #261BDB
RGB
CMYK
RGB Variations
Color information
#261BDB (or 0x261BDB) is known color: Medium Blue. HEX triplet: 26, 1B and DB. RGB value is (38,27,219). Sum of RGB (Red+Green+Blue) = 38+27+219=284 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.38% from 284); Green value is 27 (10.94% from 255 or 9.51% from 284); Blue value is 219 (85.94% from 255 or 77.11% from 284); Max value from RGB is 219 - color contains mainly: blue. Hex color #261BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261BDB is #D9E424. Grayscale: #333333. Windows color (decimal): -14279717 or 14359334. OLE color: 14359334.
HSL color Cylindrical-coordinate representation of color #261BDB: hue angle of 243.44º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261BDB is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 27 | 219 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.14 |
| HSL | 243.44º | 0.78% | 0.48% | - |
| HSV(B) | 243.44º | 0.88% | 0.86% | - |
| XYZ | 13.98 | 6.31 | 67.5 | - |
| YUV | 52.18 | 222.14 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 27 | 219 | 0.83 | 0.88 | 0 | 0.14 | 243.44 | 0.78 | 0.48 |
| Hex | 26 | 1B | DB | 53 | 58 | 0 | E | F3 | 4E | 30 |
| Octal | 46 | 33 | 333 | 123 | 130 | 0 | 16 | 363 | 116 | 60 |
| Binary | 100110 | 11011 | 11011011 | 1010011 | 1011000 | 0 | 1110 | 11110011 | 1001110 | 110000 |
Color Harmonies of #261BDB
Complementary color
Monochromatic Colors of #261BDB
Black with #261BDB
Text Example
Text Example
White with #261BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261BDB; }
p { color: rgb(38,27,219); }
H1.HeaderClassName
{
color: #261BDB;
}
.AnyTagClassName
{
color: #261BDB;
}
</style>
background-color css
<style>
a { background-color: #261BDB; }
a { background-color: rgb(38,27,219); }
div.DivClassName
{
background-color: #261BDB;
}
.BgClassName
{
background-color: #261BDB;
}
</style>
border-color css
<style>
span { border-color: #261BDB; }
span { border-color: rgb(38,27,219); }
td.TdClassName
{
border-color: #261BDB;
}
.TagClassName
{
border-color: #261BDB;
}
</style>