Shades of Blue #0D1CFE
Tints of Blue #0D1CFE
RGB
CMYK
RGB Variations
Color information
#0D1CFE (or 0x0D1CFE) is known color: Blue. HEX triplet: 0D, 1C and FE. RGB value is (13,28,254). Sum of RGB (Red+Green+Blue) = 13+28+254=295 (39% of max value = 765). Red value is 13 (5.47% from 255 or 4.41% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 254 (99.61% from 255 or 86.10% from 295); Max value from RGB is 254 - color contains mainly: blue. Hex color #0D1CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1CFE is #F2E301. Grayscale: #303030. Windows color (decimal): -15917826 or 16653325. OLE color: 16653325.
HSL color Cylindrical-coordinate representation of color #0D1CFE: hue angle of 236.27º 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 #0D1CFE is Cyan = 0.95, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 13 | 28 | 254 | - |
| CMYK | 0.95 | 0.89 | 0 | 0.00 |
| HSL | 236.27º | 0.99% | 0.52% | - |
| HSV(B) | 236.27º | 0.95% | 1% | - |
| XYZ | 18.47 | 8.07 | 94.35 | - |
| YUV | 49.28 | 243.53 | 102.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 28 | 254 | 0.95 | 0.89 | 0 | 0.00 | 236.27 | 0.99 | 0.52 |
| Hex | D | 1C | FE | 5F | 59 | 0 | 0 | EC | 63 | 34 |
| Octal | 15 | 34 | 376 | 137 | 131 | 0 | 0 | 354 | 143 | 64 |
| Binary | 1101 | 11100 | 11111110 | 1011111 | 1011001 | 0 | 0 | 11101100 | 1100011 | 110100 |
Color Harmonies of #0D1CFE
Complementary color
Monochromatic Colors of #0D1CFE
Black with #0D1CFE
Text Example
Text Example
White with #0D1CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1CFE; }
p { color: rgb(13,28,254); }
H1.HeaderClassName
{
color: #0D1CFE;
}
.AnyTagClassName
{
color: #0D1CFE;
}
</style>
background-color css
<style>
a { background-color: #0D1CFE; }
a { background-color: rgb(13,28,254); }
div.DivClassName
{
background-color: #0D1CFE;
}
.BgClassName
{
background-color: #0D1CFE;
}
</style>
border-color css
<style>
span { border-color: #0D1CFE; }
span { border-color: rgb(13,28,254); }
td.TdClassName
{
border-color: #0D1CFE;
}
.TagClassName
{
border-color: #0D1CFE;
}
</style>