Shades of Blue #1D13EE
Tints of Blue #1D13EE
RGB
CMYK
RGB Variations
Color information
#1D13EE (or 0x1D13EE) is known color: Blue. HEX triplet: 1D, 13 and EE. RGB value is (29,19,238). Sum of RGB (Red+Green+Blue) = 29+19+238=286 (37% of max value = 765). Red value is 29 (11.72% from 255 or 10.14% from 286); Green value is 19 (7.81% from 255 or 6.64% from 286); Blue value is 238 (93.36% from 255 or 83.22% from 286); Max value from RGB is 238 - color contains mainly: blue. Hex color #1D13EE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #1D13EE is #E2EC11. Grayscale: #2E2E2E. Windows color (decimal): -14871570 or 15602461. OLE color: 15602461.
HSL color Cylindrical-coordinate representation of color #1D13EE: hue angle of 242.74º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D13EE is Cyan = 0.88, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 29 | 19 | 238 | - |
| CMYK | 0.88 | 0.92 | 0 | 0.07 |
| HSL | 242.74º | 0.87% | 0.5% | - |
| HSV(B) | 242.74º | 0.92% | 0.93% | - |
| XYZ | 16.17 | 6.9 | 81.37 | - |
| YUV | 46.96 | 235.81 | 115.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 19 | 238 | 0.88 | 0.92 | 0 | 0.07 | 242.74 | 0.87 | 0.5 |
| Hex | 1D | 13 | EE | 58 | 5C | 0 | 7 | F3 | 57 | 32 |
| Octal | 35 | 23 | 356 | 130 | 134 | 0 | 7 | 363 | 127 | 62 |
| Binary | 11101 | 10011 | 11101110 | 1011000 | 1011100 | 0 | 111 | 11110011 | 1010111 | 110010 |
Color Harmonies of #1D13EE
Complementary color
Monochromatic Colors of #1D13EE
Black with #1D13EE
Text Example
Text Example
White with #1D13EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D13EE; }
p { color: rgb(29,19,238); }
H1.HeaderClassName
{
color: #1D13EE;
}
.AnyTagClassName
{
color: #1D13EE;
}
</style>
background-color css
<style>
a { background-color: #1D13EE; }
a { background-color: rgb(29,19,238); }
div.DivClassName
{
background-color: #1D13EE;
}
.BgClassName
{
background-color: #1D13EE;
}
</style>
border-color css
<style>
span { border-color: #1D13EE; }
span { border-color: rgb(29,19,238); }
td.TdClassName
{
border-color: #1D13EE;
}
.TagClassName
{
border-color: #1D13EE;
}
</style>