Shades of Medium Blue #0108DD
Tints of Medium Blue #0108DD
RGB
CMYK
RGB Variations
Color information
#0108DD (or 0x0108DD) is known color: Medium Blue. HEX triplet: 01, 08 and DD. RGB value is (1,8,221). Sum of RGB (Red+Green+Blue) = 1+8+221=230 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 221 (86.72% from 255 or 96.09% from 230); Max value from RGB is 221 - color contains mainly: blue. Hex color #0108DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0108DD is #FEF722. Grayscale: #1D1D1D. Windows color (decimal): -16709411 or 14485505. OLE color: 14485505.
HSL color Cylindrical-coordinate representation of color #0108DD: hue angle of 238.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0108DD is Cyan = 1.00, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 1 | 8 | 221 | - |
| CMYK | 1.00 | 0.96 | 0 | 0.13 |
| HSL | 238.09º | 0.99% | 0.44% | - |
| HSV(B) | 238.09º | 1% | 0.87% | - |
| XYZ | 13.15 | 5.4 | 68.76 | - |
| YUV | 30.19 | 235.68 | 107.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 8 | 221 | 1.00 | 0.96 | 0 | 0.13 | 238.09 | 0.99 | 0.44 |
| Hex | 1 | 8 | DD | 64 | 60 | 0 | D | EE | 63 | 2C |
| Octal | 1 | 10 | 335 | 144 | 140 | 0 | 15 | 356 | 143 | 54 |
| Binary | 1 | 1000 | 11011101 | 1100100 | 1100000 | 0 | 1101 | 11101110 | 1100011 | 101100 |
Color Harmonies of #0108DD
Complementary color
Monochromatic Colors of #0108DD
Black with #0108DD
Text Example
Text Example
White with #0108DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0108DD; }
p { color: rgb(1,8,221); }
H1.HeaderClassName
{
color: #0108DD;
}
.AnyTagClassName
{
color: #0108DD;
}
</style>
background-color css
<style>
a { background-color: #0108DD; }
a { background-color: rgb(1,8,221); }
div.DivClassName
{
background-color: #0108DD;
}
.BgClassName
{
background-color: #0108DD;
}
</style>
border-color css
<style>
span { border-color: #0108DD; }
span { border-color: rgb(1,8,221); }
td.TdClassName
{
border-color: #0108DD;
}
.TagClassName
{
border-color: #0108DD;
}
</style>