Shades of Pelorous #1D92CB
Tints of Pelorous #1D92CB
RGB
CMYK
RGB Variations
Color information
#1D92CB (or 0x1D92CB) is known color: Pelorous. HEX triplet: 1D, 92 and CB. RGB value is (29,146,203). Sum of RGB (Red+Green+Blue) = 29+146+203=378 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.67% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 203 (79.69% from 255 or 53.70% from 378); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D92CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D92CB is #E26D34. Grayscale: #757575. Windows color (decimal): -14839093 or 13341213. OLE color: 13341213.
HSL color Cylindrical-coordinate representation of color #1D92CB: hue angle of 199.66º 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 #1D92CB is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 29 | 146 | 203 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.20 |
| HSL | 199.66º | 0.75% | 0.45% | - |
| HSV(B) | 199.66º | 0.86% | 0.8% | - |
| XYZ | 21.57 | 25.13 | 60.21 | - |
| YUV | 117.52 | 176.24 | 64.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 146 | 203 | 0.86 | 0.28 | 0 | 0.20 | 199.66 | 0.75 | 0.45 |
| Hex | 1D | 92 | CB | 56 | 1C | 0 | 14 | C8 | 4B | 2D |
| Octal | 35 | 222 | 313 | 126 | 34 | 0 | 24 | 310 | 113 | 55 |
| Binary | 11101 | 10010010 | 11001011 | 1010110 | 11100 | 0 | 10100 | 11001000 | 1001011 | 101101 |
Color Harmonies of #1D92CB
Complementary color
Monochromatic Colors of #1D92CB
Black with #1D92CB
Text Example
Text Example
White with #1D92CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D92CB; }
p { color: rgb(29,146,203); }
H1.HeaderClassName
{
color: #1D92CB;
}
.AnyTagClassName
{
color: #1D92CB;
}
</style>
background-color css
<style>
a { background-color: #1D92CB; }
a { background-color: rgb(29,146,203); }
div.DivClassName
{
background-color: #1D92CB;
}
.BgClassName
{
background-color: #1D92CB;
}
</style>
border-color css
<style>
span { border-color: #1D92CB; }
span { border-color: rgb(29,146,203); }
td.TdClassName
{
border-color: #1D92CB;
}
.TagClassName
{
border-color: #1D92CB;
}
</style>