Shades of Medium Blue #1C1DDE
Tints of Medium Blue #1C1DDE
RGB
CMYK
RGB Variations
Color information
#1C1DDE (or 0x1C1DDE) is known color: Medium Blue. HEX triplet: 1C, 1D and DE. RGB value is (28,29,222). Sum of RGB (Red+Green+Blue) = 28+29+222=279 (36% of max value = 765). Red value is 28 (11.33% from 255 or 10.04% from 279); Green value is 29 (11.72% from 255 or 10.39% from 279); Blue value is 222 (87.11% from 255 or 79.57% from 279); Max value from RGB is 222 - color contains mainly: blue. Hex color #1C1DDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1C1DDE is #E3E221. Grayscale: #313131. Windows color (decimal): -14934562 or 14556444. OLE color: 14556444.
HSL color Cylindrical-coordinate representation of color #1C1DDE: hue angle of 239.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1C1DDE is Cyan = 0.87, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 28 | 29 | 222 | - |
| CMYK | 0.87 | 0.87 | 0 | 0.13 |
| HSL | 239.69º | 0.78% | 0.49% | - |
| HSV(B) | 239.69º | 0.87% | 0.87% | - |
| XYZ | 14.1 | 6.4 | 69.6 | - |
| YUV | 50.7 | 224.67 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 29 | 222 | 0.87 | 0.87 | 0 | 0.13 | 239.69 | 0.78 | 0.49 |
| Hex | 1C | 1D | DE | 57 | 57 | 0 | D | F0 | 4E | 31 |
| Octal | 34 | 35 | 336 | 127 | 127 | 0 | 15 | 360 | 116 | 61 |
| Binary | 11100 | 11101 | 11011110 | 1010111 | 1010111 | 0 | 1101 | 11110000 | 1001110 | 110001 |
Color Harmonies of #1C1DDE
Complementary color
Monochromatic Colors of #1C1DDE
Black with #1C1DDE
Text Example
Text Example
White with #1C1DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1DDE; }
p { color: rgb(28,29,222); }
H1.HeaderClassName
{
color: #1C1DDE;
}
.AnyTagClassName
{
color: #1C1DDE;
}
</style>
background-color css
<style>
a { background-color: #1C1DDE; }
a { background-color: rgb(28,29,222); }
div.DivClassName
{
background-color: #1C1DDE;
}
.BgClassName
{
background-color: #1C1DDE;
}
</style>
border-color css
<style>
span { border-color: #1C1DDE; }
span { border-color: rgb(28,29,222); }
td.TdClassName
{
border-color: #1C1DDE;
}
.TagClassName
{
border-color: #1C1DDE;
}
</style>