Shades of Medium Blue #260DD2
Tints of Medium Blue #260DD2
RGB
CMYK
RGB Variations
Color information
#260DD2 (or 0x260DD2) is known color: Medium Blue. HEX triplet: 26, 0D and D2. RGB value is (38,13,210). Sum of RGB (Red+Green+Blue) = 38+13+210=261 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.56% from 261); Green value is 13 (5.47% from 255 or 4.98% from 261); Blue value is 210 (82.42% from 255 or 80.46% from 261); Max value from RGB is 210 - color contains mainly: blue. Hex color #260DD2 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260DD2 is #D9F22D. Grayscale: #2A2A2A. Windows color (decimal): -14283310 or 13765926. OLE color: 13765926.
HSL color Cylindrical-coordinate representation of color #260DD2: hue angle of 247.61º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260DD2 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 38 | 13 | 210 | - |
| CMYK | 0.82 | 0.94 | 0 | 0.18 |
| HSL | 247.61º | 0.88% | 0.44% | - |
| HSV(B) | 247.61º | 0.94% | 0.82% | - |
| XYZ | 12.58 | 5.35 | 61.34 | - |
| YUV | 42.93 | 222.28 | 124.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 13 | 210 | 0.82 | 0.94 | 0 | 0.18 | 247.61 | 0.88 | 0.44 |
| Hex | 26 | D | D2 | 52 | 5E | 0 | 12 | F8 | 58 | 2C |
| Octal | 46 | 15 | 322 | 122 | 136 | 0 | 22 | 370 | 130 | 54 |
| Binary | 100110 | 1101 | 11010010 | 1010010 | 1011110 | 0 | 10010 | 11111000 | 1011000 | 101100 |
Color Harmonies of #260DD2
Complementary color
Monochromatic Colors of #260DD2
Black with #260DD2
Text Example
Text Example
White with #260DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260DD2; }
p { color: rgb(38,13,210); }
H1.HeaderClassName
{
color: #260DD2;
}
.AnyTagClassName
{
color: #260DD2;
}
</style>
background-color css
<style>
a { background-color: #260DD2; }
a { background-color: rgb(38,13,210); }
div.DivClassName
{
background-color: #260DD2;
}
.BgClassName
{
background-color: #260DD2;
}
</style>
border-color css
<style>
span { border-color: #260DD2; }
span { border-color: rgb(38,13,210); }
td.TdClassName
{
border-color: #260DD2;
}
.TagClassName
{
border-color: #260DD2;
}
</style>