Shades of Blue #1D23FF
Tints of Blue #1D23FF
RGB
CMYK
RGB Variations
Color information
#1D23FF (or 0x1D23FF) is known color: Blue. HEX triplet: 1D, 23 and FF. RGB value is (29,35,255). Sum of RGB (Red+Green+Blue) = 29+35+255=319 (42% of max value = 765). Red value is 29 (11.72% from 255 or 9.09% from 319); Green value is 35 (14.06% from 255 or 10.97% from 319); Blue value is 255 (100% from 255 or 79.94% from 319); Max value from RGB is 255 - color contains mainly: blue. Hex color #1D23FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D23FF is #E2DC00. Grayscale: #393939. Windows color (decimal): -14867457 or 16720669. OLE color: 16720669.
HSL color Cylindrical-coordinate representation of color #1D23FF: hue angle of 238.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1D23FF is Cyan = 0.89, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 29 | 35 | 255 | - |
| CMYK | 0.89 | 0.86 | 0 | 0 |
| HSL | 238.41º | 1% | 0.56% | - |
| HSV(B) | 238.41º | 0.89% | 1% | - |
| XYZ | 19.16 | 8.68 | 95.27 | - |
| YUV | 58.29 | 239.01 | 107.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 35 | 255 | 0.89 | 0.86 | 0 | 0 | 238.41 | 1 | 0.56 |
| Hex | 1D | 23 | FF | 59 | 56 | 0 | 0 | EE | 64 | 38 |
| Octal | 35 | 43 | 377 | 131 | 126 | 0 | 0 | 356 | 144 | 70 |
| Binary | 11101 | 100011 | 11111111 | 1011001 | 1010110 | 0 | 0 | 11101110 | 1100100 | 111000 |
Color Harmonies of #1D23FF
Complementary color
Monochromatic Colors of #1D23FF
Black with #1D23FF
Text Example
Text Example
White with #1D23FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D23FF; }
p { color: rgb(29,35,255); }
H1.HeaderClassName
{
color: #1D23FF;
}
.AnyTagClassName
{
color: #1D23FF;
}
</style>
background-color css
<style>
a { background-color: #1D23FF; }
a { background-color: rgb(29,35,255); }
div.DivClassName
{
background-color: #1D23FF;
}
.BgClassName
{
background-color: #1D23FF;
}
</style>
border-color css
<style>
span { border-color: #1D23FF; }
span { border-color: rgb(29,35,255); }
td.TdClassName
{
border-color: #1D23FF;
}
.TagClassName
{
border-color: #1D23FF;
}
</style>