Shades of Medium Blue #261ADB
Tints of Medium Blue #261ADB
RGB
CMYK
RGB Variations
Color information
#261ADB (or 0x261ADB) is known color: Medium Blue. HEX triplet: 26, 1A and DB. RGB value is (38,26,219). Sum of RGB (Red+Green+Blue) = 38+26+219=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 219 (85.94% from 255 or 77.39% from 283); Max value from RGB is 219 - color contains mainly: blue. Hex color #261ADB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ADB is #D9E524. Grayscale: #323232. Windows color (decimal): -14279973 or 14359078. OLE color: 14359078.
HSL color Cylindrical-coordinate representation of color #261ADB: hue angle of 243.73º degrees, saturation: 0.79, 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 #261ADB is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 38 | 26 | 219 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.14 |
| HSL | 243.73º | 0.79% | 0.48% | - |
| HSV(B) | 243.73º | 0.88% | 0.86% | - |
| XYZ | 13.95 | 6.27 | 67.49 | - |
| YUV | 51.59 | 222.48 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 219 | 0.83 | 0.88 | 0 | 0.14 | 243.73 | 0.79 | 0.48 |
| Hex | 26 | 1A | DB | 53 | 58 | 0 | E | F4 | 4F | 30 |
| Octal | 46 | 32 | 333 | 123 | 130 | 0 | 16 | 364 | 117 | 60 |
| Binary | 100110 | 11010 | 11011011 | 1010011 | 1011000 | 0 | 1110 | 11110100 | 1001111 | 110000 |
Color Harmonies of #261ADB
Complementary color
Monochromatic Colors of #261ADB
Black with #261ADB
Text Example
Text Example
White with #261ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261ADB; }
p { color: rgb(38,26,219); }
H1.HeaderClassName
{
color: #261ADB;
}
.AnyTagClassName
{
color: #261ADB;
}
</style>
background-color css
<style>
a { background-color: #261ADB; }
a { background-color: rgb(38,26,219); }
div.DivClassName
{
background-color: #261ADB;
}
.BgClassName
{
background-color: #261ADB;
}
</style>
border-color css
<style>
span { border-color: #261ADB; }
span { border-color: rgb(38,26,219); }
td.TdClassName
{
border-color: #261ADB;
}
.TagClassName
{
border-color: #261ADB;
}
</style>