Shades of Medium Blue #261ADE
Tints of Medium Blue #261ADE
RGB
CMYK
RGB Variations
Color information
#261ADE (or 0x261ADE) is known color: Medium Blue. HEX triplet: 26, 1A and DE. RGB value is (38,26,222). Sum of RGB (Red+Green+Blue) = 38+26+222=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 26 (10.55% from 255 or 9.09% from 286); Blue value is 222 (87.11% from 255 or 77.62% from 286); Max value from RGB is 222 - color contains mainly: blue. Hex color #261ADE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ADE is #D9E521. Grayscale: #333333. Windows color (decimal): -14279970 or 14555686. OLE color: 14555686.
HSL color Cylindrical-coordinate representation of color #261ADE: hue angle of 243.67º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #261ADE is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 26 | 222 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.13 |
| HSL | 243.67º | 0.79% | 0.49% | - |
| HSV(B) | 243.67º | 0.88% | 0.87% | - |
| XYZ | 14.35 | 6.42 | 69.59 | - |
| YUV | 51.93 | 223.98 | 118.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 222 | 0.83 | 0.88 | 0 | 0.13 | 243.67 | 0.79 | 0.49 |
| Hex | 26 | 1A | DE | 53 | 58 | 0 | D | F4 | 4F | 31 |
| Octal | 46 | 32 | 336 | 123 | 130 | 0 | 15 | 364 | 117 | 61 |
| Binary | 100110 | 11010 | 11011110 | 1010011 | 1011000 | 0 | 1101 | 11110100 | 1001111 | 110001 |
Color Harmonies of #261ADE
Complementary color
Monochromatic Colors of #261ADE
Black with #261ADE
Text Example
Text Example
White with #261ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261ADE; }
p { color: rgb(38,26,222); }
H1.HeaderClassName
{
color: #261ADE;
}
.AnyTagClassName
{
color: #261ADE;
}
</style>
background-color css
<style>
a { background-color: #261ADE; }
a { background-color: rgb(38,26,222); }
div.DivClassName
{
background-color: #261ADE;
}
.BgClassName
{
background-color: #261ADE;
}
</style>
border-color css
<style>
span { border-color: #261ADE; }
span { border-color: rgb(38,26,222); }
td.TdClassName
{
border-color: #261ADE;
}
.TagClassName
{
border-color: #261ADE;
}
</style>