Shades of Medium Blue #260CDA
Tints of Medium Blue #260CDA
RGB
CMYK
RGB Variations
Color information
#260CDA (or 0x260CDA) is known color: Medium Blue. HEX triplet: 26, 0C and DA. RGB value is (38,12,218). Sum of RGB (Red+Green+Blue) = 38+12+218=268 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.18% from 268); Green value is 12 (5.08% from 255 or 4.48% from 268); Blue value is 218 (85.55% from 255 or 81.34% from 268); Max value from RGB is 218 - color contains mainly: blue. Hex color #260CDA is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CDA is #D9F325. Grayscale: #2A2A2A. Windows color (decimal): -14283558 or 14289958. OLE color: 14289958.
HSL color Cylindrical-coordinate representation of color #260CDA: hue angle of 247.57º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260CDA is Cyan = 0.83, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 38 | 12 | 218 | - |
| CMYK | 0.83 | 0.94 | 0 | 0.15 |
| HSL | 247.57º | 0.9% | 0.45% | - |
| HSV(B) | 247.57º | 0.94% | 0.85% | - |
| XYZ | 13.59 | 5.74 | 66.72 | - |
| YUV | 43.26 | 226.61 | 124.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 218 | 0.83 | 0.94 | 0 | 0.15 | 247.57 | 0.9 | 0.45 |
| Hex | 26 | C | DA | 53 | 5E | 0 | F | F8 | 5A | 2D |
| Octal | 46 | 14 | 332 | 123 | 136 | 0 | 17 | 370 | 132 | 55 |
| Binary | 100110 | 1100 | 11011010 | 1010011 | 1011110 | 0 | 1111 | 11111000 | 1011010 | 101101 |
Color Harmonies of #260CDA
Complementary color
Monochromatic Colors of #260CDA
Black with #260CDA
Text Example
Text Example
White with #260CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CDA; }
p { color: rgb(38,12,218); }
H1.HeaderClassName
{
color: #260CDA;
}
.AnyTagClassName
{
color: #260CDA;
}
</style>
background-color css
<style>
a { background-color: #260CDA; }
a { background-color: rgb(38,12,218); }
div.DivClassName
{
background-color: #260CDA;
}
.BgClassName
{
background-color: #260CDA;
}
</style>
border-color css
<style>
span { border-color: #260CDA; }
span { border-color: rgb(38,12,218); }
td.TdClassName
{
border-color: #260CDA;
}
.TagClassName
{
border-color: #260CDA;
}
</style>