Shades of Blue #1D1CEF
Tints of Blue #1D1CEF
RGB
CMYK
RGB Variations
Color information
#1D1CEF (or 0x1D1CEF) is known color: Blue. HEX triplet: 1D, 1C and EF. RGB value is (29,28,239). Sum of RGB (Red+Green+Blue) = 29+28+239=296 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.80% from 296); Green value is 28 (11.33% from 255 or 9.46% from 296); Blue value is 239 (93.75% from 255 or 80.74% from 296); Max value from RGB is 239 - color contains mainly: blue. Hex color #1D1CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1D1CEF is #E2E310. Grayscale: #333333. Windows color (decimal): -14869265 or 15670301. OLE color: 15670301.
HSL color Cylindrical-coordinate representation of color #1D1CEF: hue angle of 240.28º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1D1CEF is Cyan = 0.88, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 29 | 28 | 239 | - |
| CMYK | 0.88 | 0.88 | 0 | 0.06 |
| HSL | 240.28º | 0.87% | 0.52% | - |
| HSV(B) | 240.28º | 0.88% | 0.94% | - |
| XYZ | 16.5 | 7.32 | 82.21 | - |
| YUV | 52.35 | 233.33 | 111.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 28 | 239 | 0.88 | 0.88 | 0 | 0.06 | 240.28 | 0.87 | 0.52 |
| Hex | 1D | 1C | EF | 58 | 58 | 0 | 6 | F0 | 57 | 34 |
| Octal | 35 | 34 | 357 | 130 | 130 | 0 | 6 | 360 | 127 | 64 |
| Binary | 11101 | 11100 | 11101111 | 1011000 | 1011000 | 0 | 110 | 11110000 | 1010111 | 110100 |
Color Harmonies of #1D1CEF
Complementary color
Monochromatic Colors of #1D1CEF
Black with #1D1CEF
Text Example
Text Example
White with #1D1CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1CEF; }
p { color: rgb(29,28,239); }
H1.HeaderClassName
{
color: #1D1CEF;
}
.AnyTagClassName
{
color: #1D1CEF;
}
</style>
background-color css
<style>
a { background-color: #1D1CEF; }
a { background-color: rgb(29,28,239); }
div.DivClassName
{
background-color: #1D1CEF;
}
.BgClassName
{
background-color: #1D1CEF;
}
</style>
border-color css
<style>
span { border-color: #1D1CEF; }
span { border-color: rgb(29,28,239); }
td.TdClassName
{
border-color: #1D1CEF;
}
.TagClassName
{
border-color: #1D1CEF;
}
</style>