Shades of Pelorous #1D8ECB
Tints of Pelorous #1D8ECB
RGB
CMYK
RGB Variations
Color information
#1D8ECB (or 0x1D8ECB) is known color: Pelorous. HEX triplet: 1D, 8E and CB. RGB value is (29,142,203). Sum of RGB (Red+Green+Blue) = 29+142+203=374 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.75% from 374); Green value is 142 (55.86% from 255 or 37.97% from 374); Blue value is 203 (79.69% from 255 or 54.28% from 374); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D8ECB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8ECB is #E27134. Grayscale: #727272. Windows color (decimal): -14840117 or 13340189. OLE color: 13340189.
HSL color Cylindrical-coordinate representation of color #1D8ECB: hue angle of 201.03º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D8ECB is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 142 | 203 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.20 |
| HSL | 201.03º | 0.75% | 0.45% | - |
| HSV(B) | 201.03º | 0.86% | 0.8% | - |
| XYZ | 20.96 | 23.92 | 60.01 | - |
| YUV | 115.17 | 177.56 | 66.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 142 | 203 | 0.86 | 0.30 | 0 | 0.20 | 201.03 | 0.75 | 0.45 |
| Hex | 1D | 8E | CB | 56 | 1E | 0 | 14 | C9 | 4B | 2D |
| Octal | 35 | 216 | 313 | 126 | 36 | 0 | 24 | 311 | 113 | 55 |
| Binary | 11101 | 10001110 | 11001011 | 1010110 | 11110 | 0 | 10100 | 11001001 | 1001011 | 101101 |
Color Harmonies of #1D8ECB
Complementary color
Monochromatic Colors of #1D8ECB
Black with #1D8ECB
Text Example
Text Example
White with #1D8ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8ECB; }
p { color: rgb(29,142,203); }
H1.HeaderClassName
{
color: #1D8ECB;
}
.AnyTagClassName
{
color: #1D8ECB;
}
</style>
background-color css
<style>
a { background-color: #1D8ECB; }
a { background-color: rgb(29,142,203); }
div.DivClassName
{
background-color: #1D8ECB;
}
.BgClassName
{
background-color: #1D8ECB;
}
</style>
border-color css
<style>
span { border-color: #1D8ECB; }
span { border-color: rgb(29,142,203); }
td.TdClassName
{
border-color: #1D8ECB;
}
.TagClassName
{
border-color: #1D8ECB;
}
</style>