Shades of Blue #0D11FE
Tints of Blue #0D11FE
RGB
CMYK
RGB Variations
Color information
#0D11FE (or 0x0D11FE) is known color: Blue. HEX triplet: 0D, 11 and FE. RGB value is (13,17,254). Sum of RGB (Red+Green+Blue) = 13+17+254=284 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.58% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 254 (99.61% from 255 or 89.44% from 284); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D11FE is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0D11FE is #F2EE01. Grayscale: #292929. Windows color (decimal): -15920642 or 16650509. OLE color: 16650509.
HSL color Cylindrical-coordinate representation of color #0D11FE: hue angle of 239º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D11FE is Cyan = 0.95, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 17 | 254 | - |
| CMYK | 0.95 | 0.93 | 0 | 0.00 |
| HSL | 239º | 0.99% | 0.52% | - |
| HSV(B) | 239º | 0.95% | 1% | - |
| XYZ | 18.26 | 7.64 | 94.28 | - |
| YUV | 42.82 | 247.17 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 17 | 254 | 0.95 | 0.93 | 0 | 0.00 | 239 | 0.99 | 0.52 |
| Hex | D | 11 | FE | 5F | 5D | 0 | 0 | EF | 63 | 34 |
| Octal | 15 | 21 | 376 | 137 | 135 | 0 | 0 | 357 | 143 | 64 |
| Binary | 1101 | 10001 | 11111110 | 1011111 | 1011101 | 0 | 0 | 11101111 | 1100011 | 110100 |
Color Harmonies of #0D11FE
Complementary color
Monochromatic Colors of #0D11FE
Black with #0D11FE
Text Example
Text Example
White with #0D11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D11FE; }
p { color: rgb(13,17,254); }
H1.HeaderClassName
{
color: #0D11FE;
}
.AnyTagClassName
{
color: #0D11FE;
}
</style>
background-color css
<style>
a { background-color: #0D11FE; }
a { background-color: rgb(13,17,254); }
div.DivClassName
{
background-color: #0D11FE;
}
.BgClassName
{
background-color: #0D11FE;
}
</style>
border-color css
<style>
span { border-color: #0D11FE; }
span { border-color: rgb(13,17,254); }
td.TdClassName
{
border-color: #0D11FE;
}
.TagClassName
{
border-color: #0D11FE;
}
</style>