Shades of Medium Blue #260DCB
Tints of Medium Blue #260DCB
RGB
CMYK
RGB Variations
Color information
#260DCB (or 0x260DCB) is known color: Medium Blue. HEX triplet: 26, 0D and CB. RGB value is (38,13,203). Sum of RGB (Red+Green+Blue) = 38+13+203=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 203 (79.69% from 255 or 79.92% from 254); Max value from RGB is 203 - color contains mainly: blue. Hex color #260DCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DCB is #D9F234. Grayscale: #292929. Windows color (decimal): -14283317 or 13307174. OLE color: 13307174.
HSL color Cylindrical-coordinate representation of color #260DCB: hue angle of 247.89º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260DCB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 13 | 203 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.20 |
| HSL | 247.89º | 0.88% | 0.42% | - |
| HSV(B) | 247.89º | 0.94% | 0.8% | - |
| XYZ | 11.72 | 5.01 | 56.85 | - |
| YUV | 42.14 | 218.78 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 203 | 0.81 | 0.94 | 0 | 0.20 | 247.89 | 0.88 | 0.42 |
| Hex | 26 | D | CB | 51 | 5E | 0 | 14 | F8 | 58 | 2A |
| Octal | 46 | 15 | 313 | 121 | 136 | 0 | 24 | 370 | 130 | 52 |
| Binary | 100110 | 1101 | 11001011 | 1010001 | 1011110 | 0 | 10100 | 11111000 | 1011000 | 101010 |
Color Harmonies of #260DCB
Complementary color
Monochromatic Colors of #260DCB
Black with #260DCB
Text Example
Text Example
White with #260DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DCB; }
p { color: rgb(38,13,203); }
H1.HeaderClassName
{
color: #260DCB;
}
.AnyTagClassName
{
color: #260DCB;
}
</style>
background-color css
<style>
a { background-color: #260DCB; }
a { background-color: rgb(38,13,203); }
div.DivClassName
{
background-color: #260DCB;
}
.BgClassName
{
background-color: #260DCB;
}
</style>
border-color css
<style>
span { border-color: #260DCB; }
span { border-color: rgb(38,13,203); }
td.TdClassName
{
border-color: #260DCB;
}
.TagClassName
{
border-color: #260DCB;
}
</style>