Shades of Blue #1D23E9
Tints of Blue #1D23E9
RGB
CMYK
RGB Variations
Color information
#1D23E9 (or 0x1D23E9) is known color: Blue. HEX triplet: 1D, 23 and E9. RGB value is (29,35,233). Sum of RGB (Red+Green+Blue) = 29+35+233=297 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.76% from 297); Green value is 35 (14.06% from 255 or 11.78% from 297); Blue value is 233 (91.41% from 255 or 78.45% from 297); Max value from RGB is 233 - color contains mainly: blue. Hex color #1D23E9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D23E9 is #E2DC16. Grayscale: #363636. Windows color (decimal): -14867479 or 15278877. OLE color: 15278877.
HSL color Cylindrical-coordinate representation of color #1D23E9: hue angle of 238.24º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D23E9 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 29 | 35 | 233 | - |
| CMYK | 0.88 | 0.85 | 0 | 0.09 |
| HSL | 238.24º | 0.82% | 0.51% | - |
| HSV(B) | 238.24º | 0.88% | 0.91% | - |
| XYZ | 15.82 | 7.35 | 77.68 | - |
| YUV | 55.78 | 228.01 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 233 | 0.88 | 0.85 | 0 | 0.09 | 238.24 | 0.82 | 0.51 |
| Hex | 1D | 23 | E9 | 58 | 55 | 0 | 9 | EE | 52 | 33 |
| Octal | 35 | 43 | 351 | 130 | 125 | 0 | 11 | 356 | 122 | 63 |
| Binary | 11101 | 100011 | 11101001 | 1011000 | 1010101 | 0 | 1001 | 11101110 | 1010010 | 110011 |
Color Harmonies of #1D23E9
Complementary color
Monochromatic Colors of #1D23E9
Black with #1D23E9
Text Example
Text Example
White with #1D23E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D23E9; }
p { color: rgb(29,35,233); }
H1.HeaderClassName
{
color: #1D23E9;
}
.AnyTagClassName
{
color: #1D23E9;
}
</style>
background-color css
<style>
a { background-color: #1D23E9; }
a { background-color: rgb(29,35,233); }
div.DivClassName
{
background-color: #1D23E9;
}
.BgClassName
{
background-color: #1D23E9;
}
</style>
border-color css
<style>
span { border-color: #1D23E9; }
span { border-color: rgb(29,35,233); }
td.TdClassName
{
border-color: #1D23E9;
}
.TagClassName
{
border-color: #1D23E9;
}
</style>