Shades of Blue #260CEC
Tints of Blue #260CEC
RGB
CMYK
RGB Variations
Color information
#260CEC (or 0x260CEC) is known color: Blue. HEX triplet: 26, 0C and EC. RGB value is (38,12,236). Sum of RGB (Red+Green+Blue) = 38+12+236=286 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.29% from 286); Green value is 12 (5.08% from 255 or 4.20% from 286); Blue value is 236 (92.58% from 255 or 82.52% from 286); Max value from RGB is 236 - color contains mainly: blue. Hex color #260CEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260CEC is #D9F313. Grayscale: #2C2C2C. Windows color (decimal): -14283540 or 15469606. OLE color: 15469606.
HSL color Cylindrical-coordinate representation of color #260CEC: hue angle of 246.96º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CEC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 12 | 236 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.07 |
| HSL | 246.96º | 0.9% | 0.49% | - |
| HSV(B) | 246.96º | 0.95% | 0.93% | - |
| XYZ | 16.07 | 6.73 | 79.81 | - |
| YUV | 45.31 | 235.61 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 236 | 0.84 | 0.95 | 0 | 0.07 | 246.96 | 0.9 | 0.49 |
| Hex | 26 | C | EC | 54 | 5F | 0 | 7 | F7 | 5A | 31 |
| Octal | 46 | 14 | 354 | 124 | 137 | 0 | 7 | 367 | 132 | 61 |
| Binary | 100110 | 1100 | 11101100 | 1010100 | 1011111 | 0 | 111 | 11110111 | 1011010 | 110001 |
Color Harmonies of #260CEC
Complementary color
Monochromatic Colors of #260CEC
Black with #260CEC
Text Example
Text Example
White with #260CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CEC; }
p { color: rgb(38,12,236); }
H1.HeaderClassName
{
color: #260CEC;
}
.AnyTagClassName
{
color: #260CEC;
}
</style>
background-color css
<style>
a { background-color: #260CEC; }
a { background-color: rgb(38,12,236); }
div.DivClassName
{
background-color: #260CEC;
}
.BgClassName
{
background-color: #260CEC;
}
</style>
border-color css
<style>
span { border-color: #260CEC; }
span { border-color: rgb(38,12,236); }
td.TdClassName
{
border-color: #260CEC;
}
.TagClassName
{
border-color: #260CEC;
}
</style>