Shades of Medium Blue #0008E1
Tints of Medium Blue #0008E1
RGB
CMYK
RGB Variations
Color information
#0008E1 (or 0x0008E1) is known color: Medium Blue. HEX triplet: 00, 08 and E1. RGB value is (0,8,225). Sum of RGB (Red+Green+Blue) = 0+8+225=233 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 233); Green value is 8 (3.52% from 255 or 3.43% from 233); Blue value is 225 (88.28% from 255 or 96.57% from 233); Max value from RGB is 225 - color contains mainly: blue. Hex color #0008E1 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0008E1 is #FFF71E. Grayscale: #1D1D1D. Windows color (decimal): -16774943 or 14747648. OLE color: 14747648.
HSL color Cylindrical-coordinate representation of color #0008E1: hue angle of 237.87º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0008E1 is Cyan = 1, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 0 | 8 | 225 | - |
| CMYK | 1 | 0.96 | 0 | 0.12 |
| HSL | 237.87º | 1% | 0.44% | - |
| HSV(B) | 237.87º | 1% | 0.88% | - |
| XYZ | 13.68 | 5.61 | 71.6 | - |
| YUV | 30.35 | 237.85 | 106.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 8 | 225 | 1 | 0.96 | 0 | 0.12 | 237.87 | 1 | 0.44 |
| Hex | 0 | 8 | E1 | 64 | 60 | 0 | C | EE | 64 | 2C |
| Octal | 0 | 10 | 341 | 144 | 140 | 0 | 14 | 356 | 144 | 54 |
| Binary | 0 | 1000 | 11100001 | 1100100 | 1100000 | 0 | 1100 | 11101110 | 1100100 | 101100 |
Color Harmonies of #0008E1
Complementary color
Monochromatic Colors of #0008E1
Black with #0008E1
Text Example
Text Example
White with #0008E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0008E1; }
p { color: rgb(0,8,225); }
H1.HeaderClassName
{
color: #0008E1;
}
.AnyTagClassName
{
color: #0008E1;
}
</style>
background-color css
<style>
a { background-color: #0008E1; }
a { background-color: rgb(0,8,225); }
div.DivClassName
{
background-color: #0008E1;
}
.BgClassName
{
background-color: #0008E1;
}
</style>
border-color css
<style>
span { border-color: #0008E1; }
span { border-color: rgb(0,8,225); }
td.TdClassName
{
border-color: #0008E1;
}
.TagClassName
{
border-color: #0008E1;
}
</style>