Shades of Medium Blue #260FCF
Tints of Medium Blue #260FCF
RGB
CMYK
RGB Variations
Color information
#260FCF (or 0x260FCF) is known color: Medium Blue. HEX triplet: 26, 0F and CF. RGB value is (38,15,207). Sum of RGB (Red+Green+Blue) = 38+15+207=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 207 (81.25% from 255 or 79.62% from 260); Max value from RGB is 207 - color contains mainly: blue. Hex color #260FCF is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260FCF is #D9F030. Grayscale: #2B2B2B. Windows color (decimal): -14282801 or 13569830. OLE color: 13569830.
HSL color Cylindrical-coordinate representation of color #260FCF: hue angle of 247.19º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #260FCF is Cyan = 0.82, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 38 | 15 | 207 | - |
| CMYK | 0.82 | 0.93 | 0 | 0.19 |
| HSL | 247.19º | 0.86% | 0.44% | - |
| HSV(B) | 247.19º | 0.93% | 0.81% | - |
| XYZ | 12.23 | 5.26 | 59.4 | - |
| YUV | 43.77 | 220.12 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 15 | 207 | 0.82 | 0.93 | 0 | 0.19 | 247.19 | 0.86 | 0.44 |
| Hex | 26 | F | CF | 52 | 5D | 0 | 13 | F7 | 56 | 2C |
| Octal | 46 | 17 | 317 | 122 | 135 | 0 | 23 | 367 | 126 | 54 |
| Binary | 100110 | 1111 | 11001111 | 1010010 | 1011101 | 0 | 10011 | 11110111 | 1010110 | 101100 |
Color Harmonies of #260FCF
Complementary color
Monochromatic Colors of #260FCF
Black with #260FCF
Text Example
Text Example
White with #260FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260FCF; }
p { color: rgb(38,15,207); }
H1.HeaderClassName
{
color: #260FCF;
}
.AnyTagClassName
{
color: #260FCF;
}
</style>
background-color css
<style>
a { background-color: #260FCF; }
a { background-color: rgb(38,15,207); }
div.DivClassName
{
background-color: #260FCF;
}
.BgClassName
{
background-color: #260FCF;
}
</style>
border-color css
<style>
span { border-color: #260FCF; }
span { border-color: rgb(38,15,207); }
td.TdClassName
{
border-color: #260FCF;
}
.TagClassName
{
border-color: #260FCF;
}
</style>