Shades of Pelorous #1D90CD
Tints of Pelorous #1D90CD
RGB
CMYK
RGB Variations
Color information
#1D90CD (or 0x1D90CD) is known color: Pelorous. HEX triplet: 1D, 90 and CD. RGB value is (29,144,205). Sum of RGB (Red+Green+Blue) = 29+144+205=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 205 (80.47% from 255 or 54.23% from 378); Max value from RGB is 205 - color contains mainly: blue. Hex color #1D90CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D90CD is #E26F32. Grayscale: #747474. Windows color (decimal): -14839603 or 13471773. OLE color: 13471773.
HSL color Cylindrical-coordinate representation of color #1D90CD: hue angle of 200.8º 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 #1D90CD is Cyan = 0.86, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 144 | 205 | - |
| CMYK | 0.86 | 0.30 | 0 | 0.20 |
| HSL | 200.8º | 0.75% | 0.46% | - |
| HSV(B) | 200.8º | 0.86% | 0.8% | - |
| XYZ | 21.5 | 24.62 | 61.38 | - |
| YUV | 116.57 | 177.9 | 65.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 205 | 0.86 | 0.30 | 0 | 0.20 | 200.8 | 0.75 | 0.46 |
| Hex | 1D | 90 | CD | 56 | 1E | 0 | 14 | C9 | 4B | 2E |
| Octal | 35 | 220 | 315 | 126 | 36 | 0 | 24 | 311 | 113 | 56 |
| Binary | 11101 | 10010000 | 11001101 | 1010110 | 11110 | 0 | 10100 | 11001001 | 1001011 | 101110 |
Color Harmonies of #1D90CD
Complementary color
Monochromatic Colors of #1D90CD
Black with #1D90CD
Text Example
Text Example
White with #1D90CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D90CD; }
p { color: rgb(29,144,205); }
H1.HeaderClassName
{
color: #1D90CD;
}
.AnyTagClassName
{
color: #1D90CD;
}
</style>
background-color css
<style>
a { background-color: #1D90CD; }
a { background-color: rgb(29,144,205); }
div.DivClassName
{
background-color: #1D90CD;
}
.BgClassName
{
background-color: #1D90CD;
}
</style>
border-color css
<style>
span { border-color: #1D90CD; }
span { border-color: rgb(29,144,205); }
td.TdClassName
{
border-color: #1D90CD;
}
.TagClassName
{
border-color: #1D90CD;
}
</style>