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