Shades of Blue #0D1FEE
Tints of Blue #0D1FEE
RGB
CMYK
RGB Variations
Color information
#0D1FEE (or 0x0D1FEE) is known color: Blue. HEX triplet: 0D, 1F and EE. RGB value is (13,31,238). Sum of RGB (Red+Green+Blue) = 13+31+238=282 (37% of max value = 765). Red value is 13 (5.47% from 255 or 4.61% from 282); Green value is 31 (12.5% from 255 or 10.99% from 282); Blue value is 238 (93.36% from 255 or 84.40% from 282); Max value from RGB is 238 - color contains mainly: blue. Hex color #0D1FEE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0D1FEE is #F2E011. Grayscale: #303030. Windows color (decimal): -15917074 or 15605517. OLE color: 15605517.
HSL color Cylindrical-coordinate representation of color #0D1FEE: hue angle of 235.2º 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 #0D1FEE is Cyan = 0.95, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 13 | 31 | 238 | - |
| CMYK | 0.95 | 0.87 | 0 | 0.07 |
| HSL | 235.2º | 0.9% | 0.49% | - |
| HSV(B) | 235.2º | 0.95% | 0.93% | - |
| XYZ | 16.09 | 7.24 | 81.44 | - |
| YUV | 49.22 | 234.54 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 238 | 0.95 | 0.87 | 0 | 0.07 | 235.2 | 0.9 | 0.49 |
| Hex | D | 1F | EE | 5F | 57 | 0 | 7 | EB | 5A | 31 |
| Octal | 15 | 37 | 356 | 137 | 127 | 0 | 7 | 353 | 132 | 61 |
| Binary | 1101 | 11111 | 11101110 | 1011111 | 1010111 | 0 | 111 | 11101011 | 1011010 | 110001 |
Color Harmonies of #0D1FEE
Complementary color
Monochromatic Colors of #0D1FEE
Black with #0D1FEE
Text Example
Text Example
White with #0D1FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1FEE; }
p { color: rgb(13,31,238); }
H1.HeaderClassName
{
color: #0D1FEE;
}
.AnyTagClassName
{
color: #0D1FEE;
}
</style>
background-color css
<style>
a { background-color: #0D1FEE; }
a { background-color: rgb(13,31,238); }
div.DivClassName
{
background-color: #0D1FEE;
}
.BgClassName
{
background-color: #0D1FEE;
}
</style>
border-color css
<style>
span { border-color: #0D1FEE; }
span { border-color: rgb(13,31,238); }
td.TdClassName
{
border-color: #0D1FEE;
}
.TagClassName
{
border-color: #0D1FEE;
}
</style>