Shades of Blue #0D1DED
Tints of Blue #0D1DED
RGB
CMYK
RGB Variations
Color information
#0D1DED (or 0x0D1DED) is known color: Blue. HEX triplet: 0D, 1D and ED. RGB value is (13,29,237). Sum of RGB (Red+Green+Blue) = 13+29+237=279 (36% of max value = 765). Red value is 13 (5.47% from 255 or 4.66% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 237 (92.97% from 255 or 84.95% from 279); Max value from RGB is 237 - color contains mainly: blue. Hex color #0D1DED is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1DED is #F2E212. Grayscale: #2F2F2F. Windows color (decimal): -15917587 or 15539469. OLE color: 15539469.
HSL color Cylindrical-coordinate representation of color #0D1DED: hue angle of 235.71º 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 #0D1DED is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 29 | 237 | - |
| CMYK | 0.95 | 0.88 | 0 | 0.07 |
| HSL | 235.71º | 0.9% | 0.49% | - |
| HSV(B) | 235.71º | 0.95% | 0.93% | - |
| XYZ | 15.89 | 7.08 | 80.65 | - |
| YUV | 47.93 | 234.7 | 103.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 29 | 237 | 0.95 | 0.88 | 0 | 0.07 | 235.71 | 0.9 | 0.49 |
| Hex | D | 1D | ED | 5F | 58 | 0 | 7 | EC | 5A | 31 |
| Octal | 15 | 35 | 355 | 137 | 130 | 0 | 7 | 354 | 132 | 61 |
| Binary | 1101 | 11101 | 11101101 | 1011111 | 1011000 | 0 | 111 | 11101100 | 1011010 | 110001 |
Color Harmonies of #0D1DED
Complementary color
Monochromatic Colors of #0D1DED
Black with #0D1DED
Text Example
Text Example
White with #0D1DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1DED; }
p { color: rgb(13,29,237); }
H1.HeaderClassName
{
color: #0D1DED;
}
.AnyTagClassName
{
color: #0D1DED;
}
</style>
background-color css
<style>
a { background-color: #0D1DED; }
a { background-color: rgb(13,29,237); }
div.DivClassName
{
background-color: #0D1DED;
}
.BgClassName
{
background-color: #0D1DED;
}
</style>
border-color css
<style>
span { border-color: #0D1DED; }
span { border-color: rgb(13,29,237); }
td.TdClassName
{
border-color: #0D1DED;
}
.TagClassName
{
border-color: #0D1DED;
}
</style>