Shades of Blue #260BEC
Tints of Blue #260BEC
RGB
CMYK
RGB Variations
Color information
#260BEC (or 0x260BEC) is known color: Blue. HEX triplet: 26, 0B and EC. RGB value is (38,11,236). Sum of RGB (Red+Green+Blue) = 38+11+236=285 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.33% from 285); Green value is 11 (4.69% from 255 or 3.86% from 285); Blue value is 236 (92.58% from 255 or 82.81% from 285); Max value from RGB is 236 - color contains mainly: blue. Hex color #260BEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260BEC is #D9F413. Grayscale: #2B2B2B. Windows color (decimal): -14283796 or 15469350. OLE color: 15469350.
HSL color Cylindrical-coordinate representation of color #260BEC: hue angle of 247.2º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260BEC is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 38 | 11 | 236 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.07 |
| HSL | 247.2º | 0.91% | 0.48% | - |
| HSV(B) | 247.2º | 0.95% | 0.93% | - |
| XYZ | 16.06 | 6.71 | 79.81 | - |
| YUV | 44.72 | 235.95 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 11 | 236 | 0.84 | 0.95 | 0 | 0.07 | 247.2 | 0.91 | 0.48 |
| Hex | 26 | B | EC | 54 | 5F | 0 | 7 | F7 | 5B | 30 |
| Octal | 46 | 13 | 354 | 124 | 137 | 0 | 7 | 367 | 133 | 60 |
| Binary | 100110 | 1011 | 11101100 | 1010100 | 1011111 | 0 | 111 | 11110111 | 1011011 | 110000 |
Color Harmonies of #260BEC
Complementary color
Monochromatic Colors of #260BEC
Black with #260BEC
Text Example
Text Example
White with #260BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260BEC; }
p { color: rgb(38,11,236); }
H1.HeaderClassName
{
color: #260BEC;
}
.AnyTagClassName
{
color: #260BEC;
}
</style>
background-color css
<style>
a { background-color: #260BEC; }
a { background-color: rgb(38,11,236); }
div.DivClassName
{
background-color: #260BEC;
}
.BgClassName
{
background-color: #260BEC;
}
</style>
border-color css
<style>
span { border-color: #260BEC; }
span { border-color: rgb(38,11,236); }
td.TdClassName
{
border-color: #260BEC;
}
.TagClassName
{
border-color: #260BEC;
}
</style>