Shades of Pelorous #1D88CE
Tints of Pelorous #1D88CE
RGB
CMYK
RGB Variations
Color information
#1D88CE (or 0x1D88CE) is known color: Pelorous. HEX triplet: 1D, 88 and CE. RGB value is (29,136,206). Sum of RGB (Red+Green+Blue) = 29+136+206=371 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.82% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 206 (80.86% from 255 or 55.53% from 371); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D88CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D88CE is #E27731. Grayscale: #6F6F6F. Windows color (decimal): -14841650 or 13535261. OLE color: 13535261.
HSL color Cylindrical-coordinate representation of color #1D88CE: hue angle of 203.73º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D88CE is Cyan = 0.86, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 136 | 206 | - |
| CMYK | 0.86 | 0.34 | 0 | 0.19 |
| HSL | 203.73º | 0.75% | 0.46% | - |
| HSV(B) | 203.73º | 0.86% | 0.81% | - |
| XYZ | 20.45 | 22.33 | 61.62 | - |
| YUV | 111.99 | 181.05 | 68.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 136 | 206 | 0.86 | 0.34 | 0 | 0.19 | 203.73 | 0.75 | 0.46 |
| Hex | 1D | 88 | CE | 56 | 22 | 0 | 13 | CC | 4B | 2E |
| Octal | 35 | 210 | 316 | 126 | 42 | 0 | 23 | 314 | 113 | 56 |
| Binary | 11101 | 10001000 | 11001110 | 1010110 | 100010 | 0 | 10011 | 11001100 | 1001011 | 101110 |
Color Harmonies of #1D88CE
Complementary color
Monochromatic Colors of #1D88CE
Black with #1D88CE
Text Example
Text Example
White with #1D88CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D88CE; }
p { color: rgb(29,136,206); }
H1.HeaderClassName
{
color: #1D88CE;
}
.AnyTagClassName
{
color: #1D88CE;
}
</style>
background-color css
<style>
a { background-color: #1D88CE; }
a { background-color: rgb(29,136,206); }
div.DivClassName
{
background-color: #1D88CE;
}
.BgClassName
{
background-color: #1D88CE;
}
</style>
border-color css
<style>
span { border-color: #1D88CE; }
span { border-color: rgb(29,136,206); }
td.TdClassName
{
border-color: #1D88CE;
}
.TagClassName
{
border-color: #1D88CE;
}
</style>