Shades of Medium Blue #260ADF
Tints of Medium Blue #260ADF
RGB
CMYK
RGB Variations
Color information
#260ADF (or 0x260ADF) is known color: Medium Blue. HEX triplet: 26, 0A and DF. RGB value is (38,10,223). Sum of RGB (Red+Green+Blue) = 38+10+223=271 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.02% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #260ADF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260ADF is #D9F520. Grayscale: #292929. Windows color (decimal): -14284065 or 14617126. OLE color: 14617126.
HSL color Cylindrical-coordinate representation of color #260ADF: hue angle of 247.89º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #260ADF is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 10 | 223 | - |
| CMYK | 0.83 | 0.96 | 0 | 0.13 |
| HSL | 247.89º | 0.91% | 0.46% | - |
| HSV(B) | 247.89º | 0.96% | 0.87% | - |
| XYZ | 14.23 | 5.96 | 70.21 | - |
| YUV | 42.65 | 229.78 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 10 | 223 | 0.83 | 0.96 | 0 | 0.13 | 247.89 | 0.91 | 0.46 |
| Hex | 26 | A | DF | 53 | 60 | 0 | D | F8 | 5B | 2E |
| Octal | 46 | 12 | 337 | 123 | 140 | 0 | 15 | 370 | 133 | 56 |
| Binary | 100110 | 1010 | 11011111 | 1010011 | 1100000 | 0 | 1101 | 11111000 | 1011011 | 101110 |
Color Harmonies of #260ADF
Complementary color
Monochromatic Colors of #260ADF
Black with #260ADF
Text Example
Text Example
White with #260ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260ADF; }
p { color: rgb(38,10,223); }
H1.HeaderClassName
{
color: #260ADF;
}
.AnyTagClassName
{
color: #260ADF;
}
</style>
background-color css
<style>
a { background-color: #260ADF; }
a { background-color: rgb(38,10,223); }
div.DivClassName
{
background-color: #260ADF;
}
.BgClassName
{
background-color: #260ADF;
}
</style>
border-color css
<style>
span { border-color: #260ADF; }
span { border-color: rgb(38,10,223); }
td.TdClassName
{
border-color: #260ADF;
}
.TagClassName
{
border-color: #260ADF;
}
</style>