Shades of Medium Blue #260CCB
Tints of Medium Blue #260CCB
RGB
CMYK
RGB Variations
Color information
#260CCB (or 0x260CCB) is known color: Medium Blue. HEX triplet: 26, 0C and CB. RGB value is (38,12,203). Sum of RGB (Red+Green+Blue) = 38+12+203=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 203 (79.69% from 255 or 80.24% from 253); Max value from RGB is 203 - color contains mainly: blue. Hex color #260CCB is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #260CCB is #D9F334. Grayscale: #282828. Windows color (decimal): -14283573 or 13306918. OLE color: 13306918.
HSL color Cylindrical-coordinate representation of color #260CCB: hue angle of 248.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260CCB is Cyan = 0.81, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 38 | 12 | 203 | - |
| CMYK | 0.81 | 0.94 | 0 | 0.20 |
| HSL | 248.17º | 0.89% | 0.42% | - |
| HSV(B) | 248.17º | 0.94% | 0.8% | - |
| XYZ | 11.71 | 4.99 | 56.85 | - |
| YUV | 41.55 | 219.11 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 203 | 0.81 | 0.94 | 0 | 0.20 | 248.17 | 0.89 | 0.42 |
| Hex | 26 | C | CB | 51 | 5E | 0 | 14 | F8 | 59 | 2A |
| Octal | 46 | 14 | 313 | 121 | 136 | 0 | 24 | 370 | 131 | 52 |
| Binary | 100110 | 1100 | 11001011 | 1010001 | 1011110 | 0 | 10100 | 11111000 | 1011001 | 101010 |
Color Harmonies of #260CCB
Complementary color
Monochromatic Colors of #260CCB
Black with #260CCB
Text Example
Text Example
White with #260CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CCB; }
p { color: rgb(38,12,203); }
H1.HeaderClassName
{
color: #260CCB;
}
.AnyTagClassName
{
color: #260CCB;
}
</style>
background-color css
<style>
a { background-color: #260CCB; }
a { background-color: rgb(38,12,203); }
div.DivClassName
{
background-color: #260CCB;
}
.BgClassName
{
background-color: #260CCB;
}
</style>
border-color css
<style>
span { border-color: #260CCB; }
span { border-color: rgb(38,12,203); }
td.TdClassName
{
border-color: #260CCB;
}
.TagClassName
{
border-color: #260CCB;
}
</style>