Shades of Pelorous #1D8DBD
Tints of Pelorous #1D8DBD
RGB
CMYK
RGB Variations
Color information
#1D8DBD (or 0x1D8DBD) is known color: Pelorous. HEX triplet: 1D, 8D and BD. RGB value is (29,141,189). Sum of RGB (Red+Green+Blue) = 29+141+189=359 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.08% from 359); Green value is 141 (55.47% from 255 or 39.28% from 359); Blue value is 189 (74.22% from 255 or 52.65% from 359); Max value from RGB is 189 - color contains mainly: blue. Hex color #1D8DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8DBD is #E27242. Grayscale: #707070. Windows color (decimal): -14840387 or 12422429. OLE color: 12422429.
HSL color Cylindrical-coordinate representation of color #1D8DBD: hue angle of 198º degrees, saturation: 0.73, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D8DBD is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 29 | 141 | 189 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.26 |
| HSL | 198º | 0.73% | 0.43% | - |
| HSV(B) | 198º | 0.85% | 0.74% | - |
| XYZ | 19.22 | 22.99 | 51.57 | - |
| YUV | 112.98 | 170.89 | 68.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 141 | 189 | 0.85 | 0.25 | 0 | 0.26 | 198 | 0.73 | 0.43 |
| Hex | 1D | 8D | BD | 55 | 19 | 0 | 1A | C6 | 49 | 2B |
| Octal | 35 | 215 | 275 | 125 | 31 | 0 | 32 | 306 | 111 | 53 |
| Binary | 11101 | 10001101 | 10111101 | 1010101 | 11001 | 0 | 11010 | 11000110 | 1001001 | 101011 |
Color Harmonies of #1D8DBD
Complementary color
Monochromatic Colors of #1D8DBD
Black with #1D8DBD
Text Example
Text Example
White with #1D8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8DBD; }
p { color: rgb(29,141,189); }
H1.HeaderClassName
{
color: #1D8DBD;
}
.AnyTagClassName
{
color: #1D8DBD;
}
</style>
background-color css
<style>
a { background-color: #1D8DBD; }
a { background-color: rgb(29,141,189); }
div.DivClassName
{
background-color: #1D8DBD;
}
.BgClassName
{
background-color: #1D8DBD;
}
</style>
border-color css
<style>
span { border-color: #1D8DBD; }
span { border-color: rgb(29,141,189); }
td.TdClassName
{
border-color: #1D8DBD;
}
.TagClassName
{
border-color: #1D8DBD;
}
</style>