Shades of Medium Blue #261ADF
Tints of Medium Blue #261ADF
RGB
CMYK
RGB Variations
Color information
#261ADF (or 0x261ADF) is known color: Medium Blue. HEX triplet: 26, 1A and DF. RGB value is (38,26,223). Sum of RGB (Red+Green+Blue) = 38+26+223=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 26 (10.55% from 255 or 9.06% from 287); Blue value is 223 (87.5% from 255 or 77.70% from 287); Max value from RGB is 223 - color contains mainly: blue. Hex color #261ADF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #261ADF is #D9E520. Grayscale: #333333. Windows color (decimal): -14279969 or 14621222. OLE color: 14621222.
HSL color Cylindrical-coordinate representation of color #261ADF: hue angle of 243.65º 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 #261ADF is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 26 | 223 | - |
| CMYK | 0.83 | 0.88 | 0 | 0.13 |
| HSL | 243.65º | 0.79% | 0.49% | - |
| HSV(B) | 243.65º | 0.88% | 0.87% | - |
| XYZ | 14.49 | 6.48 | 70.3 | - |
| YUV | 52.05 | 224.48 | 117.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 26 | 223 | 0.83 | 0.88 | 0 | 0.13 | 243.65 | 0.79 | 0.49 |
| Hex | 26 | 1A | DF | 53 | 58 | 0 | D | F4 | 4F | 31 |
| Octal | 46 | 32 | 337 | 123 | 130 | 0 | 15 | 364 | 117 | 61 |
| Binary | 100110 | 11010 | 11011111 | 1010011 | 1011000 | 0 | 1101 | 11110100 | 1001111 | 110001 |
Color Harmonies of #261ADF
Complementary color
Monochromatic Colors of #261ADF
Black with #261ADF
Text Example
Text Example
White with #261ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #261ADF; }
p { color: rgb(38,26,223); }
H1.HeaderClassName
{
color: #261ADF;
}
.AnyTagClassName
{
color: #261ADF;
}
</style>
background-color css
<style>
a { background-color: #261ADF; }
a { background-color: rgb(38,26,223); }
div.DivClassName
{
background-color: #261ADF;
}
.BgClassName
{
background-color: #261ADF;
}
</style>
border-color css
<style>
span { border-color: #261ADF; }
span { border-color: rgb(38,26,223); }
td.TdClassName
{
border-color: #261ADF;
}
.TagClassName
{
border-color: #261ADF;
}
</style>