Shades of Blue #2608E6
Tints of Blue #2608E6
RGB
CMYK
RGB Variations
Color information
#2608E6 (or 0x2608E6) is known color: Blue. HEX triplet: 26, 08 and E6. RGB value is (38,8,230). Sum of RGB (Red+Green+Blue) = 38+8+230=276 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.77% from 276); Green value is 8 (3.52% from 255 or 2.90% from 276); Blue value is 230 (90.23% from 255 or 83.33% from 276); Max value from RGB is 230 - color contains mainly: blue. Hex color #2608E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2608E6 is #D9F719. Grayscale: #292929. Windows color (decimal): -14284570 or 15075366. OLE color: 15075366.
HSL color Cylindrical-coordinate representation of color #2608E6: hue angle of 248.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #2608E6 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 38 | 8 | 230 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.10 |
| HSL | 248.11º | 0.93% | 0.47% | - |
| HSV(B) | 248.11º | 0.97% | 0.9% | - |
| XYZ | 15.17 | 6.3 | 75.28 | - |
| YUV | 42.28 | 233.94 | 124.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 8 | 230 | 0.83 | 0.97 | 0 | 0.10 | 248.11 | 0.93 | 0.47 |
| Hex | 26 | 8 | E6 | 53 | 61 | 0 | A | F8 | 5D | 2F |
| Octal | 46 | 10 | 346 | 123 | 141 | 0 | 12 | 370 | 135 | 57 |
| Binary | 100110 | 1000 | 11100110 | 1010011 | 1100001 | 0 | 1010 | 11111000 | 1011101 | 101111 |
Color Harmonies of #2608E6
Complementary color
Monochromatic Colors of #2608E6
Black with #2608E6
Text Example
Text Example
White with #2608E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2608E6; }
p { color: rgb(38,8,230); }
H1.HeaderClassName
{
color: #2608E6;
}
.AnyTagClassName
{
color: #2608E6;
}
</style>
background-color css
<style>
a { background-color: #2608E6; }
a { background-color: rgb(38,8,230); }
div.DivClassName
{
background-color: #2608E6;
}
.BgClassName
{
background-color: #2608E6;
}
</style>
border-color css
<style>
span { border-color: #2608E6; }
span { border-color: rgb(38,8,230); }
td.TdClassName
{
border-color: #2608E6;
}
.TagClassName
{
border-color: #2608E6;
}
</style>