Shades of Blue #260EEB
Tints of Blue #260EEB
RGB
CMYK
RGB Variations
Color information
#260EEB (or 0x260EEB) is known color: Blue. HEX triplet: 26, 0E and EB. RGB value is (38,14,235). Sum of RGB (Red+Green+Blue) = 38+14+235=287 (38% of max value = 765). Red value is 38 (15.23% from 255 or 13.24% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 235 (92.19% from 255 or 81.88% from 287); Max value from RGB is 235 - color contains mainly: blue. Hex color #260EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260EEB is #D9F114. Grayscale: #2D2D2D. Windows color (decimal): -14283029 or 15404582. OLE color: 15404582.
HSL color Cylindrical-coordinate representation of color #260EEB: hue angle of 246.52º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #260EEB is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 38 | 14 | 235 | - |
| CMYK | 0.84 | 0.94 | 0 | 0.08 |
| HSL | 246.52º | 0.89% | 0.49% | - |
| HSV(B) | 246.52º | 0.94% | 0.92% | - |
| XYZ | 15.95 | 6.72 | 79.05 | - |
| YUV | 46.37 | 234.45 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 14 | 235 | 0.84 | 0.94 | 0 | 0.08 | 246.52 | 0.89 | 0.49 |
| Hex | 26 | E | EB | 54 | 5E | 0 | 8 | F7 | 59 | 31 |
| Octal | 46 | 16 | 353 | 124 | 136 | 0 | 10 | 367 | 131 | 61 |
| Binary | 100110 | 1110 | 11101011 | 1010100 | 1011110 | 0 | 1000 | 11110111 | 1011001 | 110001 |
Color Harmonies of #260EEB
Complementary color
Monochromatic Colors of #260EEB
Black with #260EEB
Text Example
Text Example
White with #260EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260EEB; }
p { color: rgb(38,14,235); }
H1.HeaderClassName
{
color: #260EEB;
}
.AnyTagClassName
{
color: #260EEB;
}
</style>
background-color css
<style>
a { background-color: #260EEB; }
a { background-color: rgb(38,14,235); }
div.DivClassName
{
background-color: #260EEB;
}
.BgClassName
{
background-color: #260EEB;
}
</style>
border-color css
<style>
span { border-color: #260EEB; }
span { border-color: rgb(38,14,235); }
td.TdClassName
{
border-color: #260EEB;
}
.TagClassName
{
border-color: #260EEB;
}
</style>