Shades of Blue #260CE9
Tints of Blue #260CE9
RGB
CMYK
RGB Variations
Color information
#260CE9 (or 0x260CE9) is known color: Blue. HEX triplet: 26, 0C and E9. RGB value is (38,12,233). Sum of RGB (Red+Green+Blue) = 38+12+233=283 (37% of max value = 765). Red value is 38 (15.23% from 255 or 13.43% from 283); Green value is 12 (5.08% from 255 or 4.24% from 283); Blue value is 233 (91.41% from 255 or 82.33% from 283); Max value from RGB is 233 - color contains mainly: blue. Hex color #260CE9 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #260CE9 is #D9F316. Grayscale: #2C2C2C. Windows color (decimal): -14283543 or 15272998. OLE color: 15272998.
HSL color Cylindrical-coordinate representation of color #260CE9: hue angle of 247.06º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #260CE9 is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 38 | 12 | 233 | - |
| CMYK | 0.84 | 0.95 | 0 | 0.09 |
| HSL | 247.06º | 0.9% | 0.48% | - |
| HSV(B) | 247.06º | 0.95% | 0.91% | - |
| XYZ | 15.64 | 6.56 | 77.53 | - |
| YUV | 44.97 | 234.11 | 123.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 12 | 233 | 0.84 | 0.95 | 0 | 0.09 | 247.06 | 0.9 | 0.48 |
| Hex | 26 | C | E9 | 54 | 5F | 0 | 9 | F7 | 5A | 30 |
| Octal | 46 | 14 | 351 | 124 | 137 | 0 | 11 | 367 | 132 | 60 |
| Binary | 100110 | 1100 | 11101001 | 1010100 | 1011111 | 0 | 1001 | 11110111 | 1011010 | 110000 |
Color Harmonies of #260CE9
Complementary color
Monochromatic Colors of #260CE9
Black with #260CE9
Text Example
Text Example
White with #260CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #260CE9; }
p { color: rgb(38,12,233); }
H1.HeaderClassName
{
color: #260CE9;
}
.AnyTagClassName
{
color: #260CE9;
}
</style>
background-color css
<style>
a { background-color: #260CE9; }
a { background-color: rgb(38,12,233); }
div.DivClassName
{
background-color: #260CE9;
}
.BgClassName
{
background-color: #260CE9;
}
</style>
border-color css
<style>
span { border-color: #260CE9; }
span { border-color: rgb(38,12,233); }
td.TdClassName
{
border-color: #260CE9;
}
.TagClassName
{
border-color: #260CE9;
}
</style>