Shades of Pelorous #1D8CCB
Tints of Pelorous #1D8CCB
RGB
CMYK
RGB Variations
Color information
#1D8CCB (or 0x1D8CCB) is known color: Pelorous. HEX triplet: 1D, 8C and CB. RGB value is (29,140,203). Sum of RGB (Red+Green+Blue) = 29+140+203=372 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.80% from 372); Green value is 140 (55.08% from 255 or 37.63% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D8CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8CCB is #E27334. Grayscale: #717171. Windows color (decimal): -14840629 or 13339677. OLE color: 13339677.
HSL color Cylindrical-coordinate representation of color #1D8CCB: hue angle of 201.72º 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 #1D8CCB is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 140 | 203 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.20 |
| HSL | 201.72º | 0.75% | 0.45% | - |
| HSV(B) | 201.72º | 0.86% | 0.8% | - |
| XYZ | 20.66 | 23.33 | 59.91 | - |
| YUV | 113.99 | 178.23 | 67.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 140 | 203 | 0.86 | 0.31 | 0 | 0.20 | 201.72 | 0.75 | 0.45 |
| Hex | 1D | 8C | CB | 56 | 1F | 0 | 14 | CA | 4B | 2D |
| Octal | 35 | 214 | 313 | 126 | 37 | 0 | 24 | 312 | 113 | 55 |
| Binary | 11101 | 10001100 | 11001011 | 1010110 | 11111 | 0 | 10100 | 11001010 | 1001011 | 101101 |
Color Harmonies of #1D8CCB
Complementary color
Monochromatic Colors of #1D8CCB
Black with #1D8CCB
Text Example
Text Example
White with #1D8CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8CCB; }
p { color: rgb(29,140,203); }
H1.HeaderClassName
{
color: #1D8CCB;
}
.AnyTagClassName
{
color: #1D8CCB;
}
</style>
background-color css
<style>
a { background-color: #1D8CCB; }
a { background-color: rgb(29,140,203); }
div.DivClassName
{
background-color: #1D8CCB;
}
.BgClassName
{
background-color: #1D8CCB;
}
</style>
border-color css
<style>
span { border-color: #1D8CCB; }
span { border-color: rgb(29,140,203); }
td.TdClassName
{
border-color: #1D8CCB;
}
.TagClassName
{
border-color: #1D8CCB;
}
</style>