Shades of Medium Blue #0D08E5
Tints of Medium Blue #0D08E5
RGB
CMYK
RGB Variations
Color information
#0D08E5 (or 0x0D08E5) is known color: Medium Blue. HEX triplet: 0D, 08 and E5. RGB value is (13,8,229). Sum of RGB (Red+Green+Blue) = 13+8+229=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 229 (89.84% from 255 or 91.6% from 250); Max value from RGB is 229 - color contains mainly: blue. Hex color #0D08E5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0D08E5 is #F2F71A. Grayscale: #212121. Windows color (decimal): -15922971 or 15009805. OLE color: 15009805.
HSL color Cylindrical-coordinate representation of color #0D08E5: hue angle of 241.36º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0D08E5 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 13 | 8 | 229 | - |
| CMYK | 0.94 | 0.97 | 0 | 0.10 |
| HSL | 241.36º | 0.93% | 0.46% | - |
| HSV(B) | 241.36º | 0.97% | 0.9% | - |
| XYZ | 14.4 | 5.92 | 74.51 | - |
| YUV | 34.69 | 237.66 | 112.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 8 | 229 | 0.94 | 0.97 | 0 | 0.10 | 241.36 | 0.93 | 0.46 |
| Hex | D | 8 | E5 | 5E | 61 | 0 | A | F1 | 5D | 2E |
| Octal | 15 | 10 | 345 | 136 | 141 | 0 | 12 | 361 | 135 | 56 |
| Binary | 1101 | 1000 | 11100101 | 1011110 | 1100001 | 0 | 1010 | 11110001 | 1011101 | 101110 |
Color Harmonies of #0D08E5
Complementary color
Monochromatic Colors of #0D08E5
Black with #0D08E5
Text Example
Text Example
White with #0D08E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D08E5; }
p { color: rgb(13,8,229); }
H1.HeaderClassName
{
color: #0D08E5;
}
.AnyTagClassName
{
color: #0D08E5;
}
</style>
background-color css
<style>
a { background-color: #0D08E5; }
a { background-color: rgb(13,8,229); }
div.DivClassName
{
background-color: #0D08E5;
}
.BgClassName
{
background-color: #0D08E5;
}
</style>
border-color css
<style>
span { border-color: #0D08E5; }
span { border-color: rgb(13,8,229); }
td.TdClassName
{
border-color: #0D08E5;
}
.TagClassName
{
border-color: #0D08E5;
}
</style>