Shades of Medium Blue #1608E1
Tints of Medium Blue #1608E1
RGB
CMYK
RGB Variations
Color information
#1608E1 (or 0x1608E1) is known color: Medium Blue. HEX triplet: 16, 08 and E1. RGB value is (22,8,225). Sum of RGB (Red+Green+Blue) = 22+8+225=255 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.63% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 225 (88.28% from 255 or 88.24% from 255); Max value from RGB is 225 - color contains mainly: blue. Hex color #1608E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #1608E1 is #E9F71E. Grayscale: #242424. Windows color (decimal): -15333151 or 14747670. OLE color: 14747670.
HSL color Cylindrical-coordinate representation of color #1608E1: hue angle of 243.87º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1608E1 is Cyan = 0.90, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 22 | 8 | 225 | - |
| CMYK | 0.90 | 0.96 | 0 | 0.12 |
| HSL | 243.87º | 0.93% | 0.46% | - |
| HSV(B) | 243.87º | 0.96% | 0.88% | - |
| XYZ | 14.01 | 5.78 | 71.61 | - |
| YUV | 36.92 | 234.14 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 8 | 225 | 0.90 | 0.96 | 0 | 0.12 | 243.87 | 0.93 | 0.46 |
| Hex | 16 | 8 | E1 | 5A | 60 | 0 | C | F4 | 5D | 2E |
| Octal | 26 | 10 | 341 | 132 | 140 | 0 | 14 | 364 | 135 | 56 |
| Binary | 10110 | 1000 | 11100001 | 1011010 | 1100000 | 0 | 1100 | 11110100 | 1011101 | 101110 |
Color Harmonies of #1608E1
Complementary color
Monochromatic Colors of #1608E1
Black with #1608E1
Text Example
Text Example
White with #1608E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1608E1; }
p { color: rgb(22,8,225); }
H1.HeaderClassName
{
color: #1608E1;
}
.AnyTagClassName
{
color: #1608E1;
}
</style>
background-color css
<style>
a { background-color: #1608E1; }
a { background-color: rgb(22,8,225); }
div.DivClassName
{
background-color: #1608E1;
}
.BgClassName
{
background-color: #1608E1;
}
</style>
border-color css
<style>
span { border-color: #1608E1; }
span { border-color: rgb(22,8,225); }
td.TdClassName
{
border-color: #1608E1;
}
.TagClassName
{
border-color: #1608E1;
}
</style>