Shades of Pelorous #1D89CD
Tints of Pelorous #1D89CD
RGB
CMYK
RGB Variations
Color information
#1D89CD (or 0x1D89CD) is known color: Pelorous. HEX triplet: 1D, 89 and CD. RGB value is (29,137,205). Sum of RGB (Red+Green+Blue) = 29+137+205=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 137 (53.91% from 255 or 36.93% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D89CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D89CD is #E27632. Grayscale: #707070. Windows color (decimal): -14841395 or 13469981. OLE color: 13469981.
HSL color Cylindrical-coordinate representation of color #1D89CD: hue angle of 203.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D89CD is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 137 | 205 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.20 |
| HSL | 203.18º | 0.75% | 0.46% | - |
| HSV(B) | 203.18º | 0.86% | 0.8% | - |
| XYZ | 20.47 | 22.56 | 61.03 | - |
| YUV | 112.46 | 180.22 | 68.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 137 | 205 | 0.86 | 0.33 | 0 | 0.20 | 203.18 | 0.75 | 0.46 |
| Hex | 1D | 89 | CD | 56 | 21 | 0 | 14 | CB | 4B | 2E |
| Octal | 35 | 211 | 315 | 126 | 41 | 0 | 24 | 313 | 113 | 56 |
| Binary | 11101 | 10001001 | 11001101 | 1010110 | 100001 | 0 | 10100 | 11001011 | 1001011 | 101110 |
Color Harmonies of #1D89CD
Complementary color
Monochromatic Colors of #1D89CD
Black with #1D89CD
Text Example
Text Example
White with #1D89CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D89CD; }
p { color: rgb(29,137,205); }
H1.HeaderClassName
{
color: #1D89CD;
}
.AnyTagClassName
{
color: #1D89CD;
}
</style>
background-color css
<style>
a { background-color: #1D89CD; }
a { background-color: rgb(29,137,205); }
div.DivClassName
{
background-color: #1D89CD;
}
.BgClassName
{
background-color: #1D89CD;
}
</style>
border-color css
<style>
span { border-color: #1D89CD; }
span { border-color: rgb(29,137,205); }
td.TdClassName
{
border-color: #1D89CD;
}
.TagClassName
{
border-color: #1D89CD;
}
</style>