Shades of Blue #1008EB
Tints of Blue #1008EB
RGB
CMYK
RGB Variations
Color information
#1008EB (or 0x1008EB) is known color: Blue. HEX triplet: 10, 08 and EB. RGB value is (16,8,235). Sum of RGB (Red+Green+Blue) = 16+8+235=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 8 (3.52% from 255 or 3.09% from 259); Blue value is 235 (92.19% from 255 or 90.73% from 259); Max value from RGB is 235 - color contains mainly: blue. Hex color #1008EB is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #1008EB is #EFF714. Grayscale: #232323. Windows color (decimal): -15726357 or 15403024. OLE color: 15403024.
HSL color Cylindrical-coordinate representation of color #1008EB: hue angle of 242.11º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1008EB is Cyan = 0.93, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 16 | 8 | 235 | - |
| CMYK | 0.93 | 0.97 | 0 | 0.08 |
| HSL | 242.11º | 0.93% | 0.48% | - |
| HSV(B) | 242.11º | 0.97% | 0.92% | - |
| XYZ | 15.3 | 6.28 | 79 | - |
| YUV | 36.27 | 240.15 | 113.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 8 | 235 | 0.93 | 0.97 | 0 | 0.08 | 242.11 | 0.93 | 0.48 |
| Hex | 10 | 8 | EB | 5D | 61 | 0 | 8 | F2 | 5D | 30 |
| Octal | 20 | 10 | 353 | 135 | 141 | 0 | 10 | 362 | 135 | 60 |
| Binary | 10000 | 1000 | 11101011 | 1011101 | 1100001 | 0 | 1000 | 11110010 | 1011101 | 110000 |
Color Harmonies of #1008EB
Complementary color
Monochromatic Colors of #1008EB
Black with #1008EB
Text Example
Text Example
White with #1008EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1008EB; }
p { color: rgb(16,8,235); }
H1.HeaderClassName
{
color: #1008EB;
}
.AnyTagClassName
{
color: #1008EB;
}
</style>
background-color css
<style>
a { background-color: #1008EB; }
a { background-color: rgb(16,8,235); }
div.DivClassName
{
background-color: #1008EB;
}
.BgClassName
{
background-color: #1008EB;
}
</style>
border-color css
<style>
span { border-color: #1008EB; }
span { border-color: rgb(16,8,235); }
td.TdClassName
{
border-color: #1008EB;
}
.TagClassName
{
border-color: #1008EB;
}
</style>