Shades of Pelorous #1D90CA
Tints of Pelorous #1D90CA
RGB
CMYK
RGB Variations
Color information
#1D90CA (or 0x1D90CA) is known color: Pelorous. HEX triplet: 1D, 90 and CA. RGB value is (29,144,202). Sum of RGB (Red+Green+Blue) = 29+144+202=375 (49% of max value = 765). Red value is 29 (11.72% from 255 or 7.73% from 375); Green value is 144 (56.64% from 255 or 38.4% from 375); Blue value is 202 (79.30% from 255 or 53.87% from 375); Max value from RGB is 202 - color contains mainly: blue. Hex color #1D90CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D90CA is #E26F35. Grayscale: #737373. Windows color (decimal): -14839606 or 13275165. OLE color: 13275165.
HSL color Cylindrical-coordinate representation of color #1D90CA: hue angle of 200.12º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D90CA is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 29 | 144 | 202 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.21 |
| HSL | 200.12º | 0.75% | 0.45% | - |
| HSV(B) | 200.12º | 0.86% | 0.79% | - |
| XYZ | 21.14 | 24.47 | 59.49 | - |
| YUV | 116.23 | 176.4 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 144 | 202 | 0.86 | 0.29 | 0 | 0.21 | 200.12 | 0.75 | 0.45 |
| Hex | 1D | 90 | CA | 56 | 1D | 0 | 15 | C8 | 4B | 2D |
| Octal | 35 | 220 | 312 | 126 | 35 | 0 | 25 | 310 | 113 | 55 |
| Binary | 11101 | 10010000 | 11001010 | 1010110 | 11101 | 0 | 10101 | 11001000 | 1001011 | 101101 |
Color Harmonies of #1D90CA
Complementary color
Monochromatic Colors of #1D90CA
Black with #1D90CA
Text Example
Text Example
White with #1D90CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D90CA; }
p { color: rgb(29,144,202); }
H1.HeaderClassName
{
color: #1D90CA;
}
.AnyTagClassName
{
color: #1D90CA;
}
</style>
background-color css
<style>
a { background-color: #1D90CA; }
a { background-color: rgb(29,144,202); }
div.DivClassName
{
background-color: #1D90CA;
}
.BgClassName
{
background-color: #1D90CA;
}
</style>
border-color css
<style>
span { border-color: #1D90CA; }
span { border-color: rgb(29,144,202); }
td.TdClassName
{
border-color: #1D90CA;
}
.TagClassName
{
border-color: #1D90CA;
}
</style>