Shades of Medium Blue #260CDF
Tints of Medium Blue #260CDF
RGB
CMYK
RGB Variations
Color information
#260CDF (or 0x260CDF) is known color: Medium Blue. HEX triplet: 26, 0C and DF. RGB value is (38,12,223). Sum of RGB (Red+Green+Blue) = 38+12+223=273 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.92% from 273); Green value is 12 (5.08% from 255 or 4.40% from 273); Blue value is 223 (87.5% from 255 or 81.68% from 273); Max value from RGB is 223 - color contains mainly: blue. Hex color #260CDF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CDF is #D9F320. Grayscale: #2B2B2B. Windows color (decimal): -14283553 or 14617638. OLE color: 14617638.
HSL color Cylindrical-coordinate representation of color #260CDF: hue angle of 247.39º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CDF is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 38 | 12 | 223 | - |
| CMYK | 0.83 | 0.95 | 0 | 0.13 |
| HSL | 247.39º | 0.9% | 0.46% | - |
| HSV(B) | 247.39º | 0.95% | 0.87% | - |
| XYZ | 14.25 | 6 | 70.22 | - |
| YUV | 43.83 | 229.11 | 123.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 223 | 0.83 | 0.95 | 0 | 0.13 | 247.39 | 0.9 | 0.46 |
| Hex | 26 | C | DF | 53 | 5F | 0 | D | F7 | 5A | 2E |
| Octal | 46 | 14 | 337 | 123 | 137 | 0 | 15 | 367 | 132 | 56 |
| Binary | 100110 | 1100 | 11011111 | 1010011 | 1011111 | 0 | 1101 | 11110111 | 1011010 | 101110 |
Color Harmonies of #260CDF
Complementary color
Monochromatic Colors of #260CDF
Black with #260CDF
Text Example
Text Example
White with #260CDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CDF; }
p { color: rgb(38,12,223); }
H1.HeaderClassName
{
color: #260CDF;
}
.AnyTagClassName
{
color: #260CDF;
}
</style>
background-color css
<style>
a { background-color: #260CDF; }
a { background-color: rgb(38,12,223); }
div.DivClassName
{
background-color: #260CDF;
}
.BgClassName
{
background-color: #260CDF;
}
</style>
border-color css
<style>
span { border-color: #260CDF; }
span { border-color: rgb(38,12,223); }
td.TdClassName
{
border-color: #260CDF;
}
.TagClassName
{
border-color: #260CDF;
}
</style>