Shades of Blue #0D29ED
Tints of Blue #0D29ED
RGB
CMYK
RGB Variations
Color information
#0D29ED (or 0x0D29ED) is known color: Blue. HEX triplet: 0D, 29 and ED. RGB value is (13,41,237). Sum of RGB (Red+Green+Blue) = 13+41+237=291 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.47% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 237 (92.97% from 255 or 81.44% from 291); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D29ED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D29ED is #F2D612. Grayscale: #363636. Windows color (decimal): -15914515 or 15542541. OLE color: 15542541.
HSL color Cylindrical-coordinate representation of color #0D29ED: hue angle of 232.5º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D29ED is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 41 | 237 | - |
| CMYK | 0.95 | 0.83 | 0 | 0.07 |
| HSL | 232.5º | 0.9% | 0.49% | - |
| HSV(B) | 232.5º | 0.95% | 0.93% | - |
| XYZ | 16.24 | 7.79 | 80.77 | - |
| YUV | 54.97 | 230.72 | 98.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 237 | 0.95 | 0.83 | 0 | 0.07 | 232.5 | 0.9 | 0.49 |
| Hex | D | 29 | ED | 5F | 53 | 0 | 7 | E8 | 5A | 31 |
| Octal | 15 | 51 | 355 | 137 | 123 | 0 | 7 | 350 | 132 | 61 |
| Binary | 1101 | 101001 | 11101101 | 1011111 | 1010011 | 0 | 111 | 11101000 | 1011010 | 110001 |
Color Harmonies of #0D29ED
Complementary color
Monochromatic Colors of #0D29ED
Black with #0D29ED
Text Example
Text Example
White with #0D29ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D29ED; }
p { color: rgb(13,41,237); }
H1.HeaderClassName
{
color: #0D29ED;
}
.AnyTagClassName
{
color: #0D29ED;
}
</style>
background-color css
<style>
a { background-color: #0D29ED; }
a { background-color: rgb(13,41,237); }
div.DivClassName
{
background-color: #0D29ED;
}
.BgClassName
{
background-color: #0D29ED;
}
</style>
border-color css
<style>
span { border-color: #0D29ED; }
span { border-color: rgb(13,41,237); }
td.TdClassName
{
border-color: #0D29ED;
}
.TagClassName
{
border-color: #0D29ED;
}
</style>