Shades of Pelorous #1D98CC
Tints of Pelorous #1D98CC
RGB
CMYK
RGB Variations
Color information
#1D98CC (or 0x1D98CC) is known color: Pelorous. HEX triplet: 1D, 98 and CC. RGB value is (29,152,204). Sum of RGB (Red+Green+Blue) = 29+152+204=385 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.53% from 385); Green value is 152 (59.77% from 255 or 39.48% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #1D98CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D98CC is #E26733. Grayscale: #787878. Windows color (decimal): -14837556 or 13408285. OLE color: 13408285.
HSL color Cylindrical-coordinate representation of color #1D98CC: hue angle of 197.83º 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 #1D98CC is Cyan = 0.86, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 29 | 152 | 204 | - |
| CMYK | 0.86 | 0.25 | 0 | 0.2 |
| HSL | 197.83º | 0.75% | 0.46% | - |
| HSV(B) | 197.83º | 0.86% | 0.8% | - |
| XYZ | 22.63 | 27.08 | 61.16 | - |
| YUV | 121.15 | 174.75 | 62.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 152 | 204 | 0.86 | 0.25 | 0 | 0.2 | 197.83 | 0.75 | 0.46 |
| Hex | 1D | 98 | CC | 56 | 19 | 0 | 14 | C6 | 4B | 2E |
| Octal | 35 | 230 | 314 | 126 | 31 | 0 | 24 | 306 | 113 | 56 |
| Binary | 11101 | 10011000 | 11001100 | 1010110 | 11001 | 0 | 10100 | 11000110 | 1001011 | 101110 |
Color Harmonies of #1D98CC
Complementary color
Monochromatic Colors of #1D98CC
Black with #1D98CC
Text Example
Text Example
White with #1D98CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D98CC; }
p { color: rgb(29,152,204); }
H1.HeaderClassName
{
color: #1D98CC;
}
.AnyTagClassName
{
color: #1D98CC;
}
</style>
background-color css
<style>
a { background-color: #1D98CC; }
a { background-color: rgb(29,152,204); }
div.DivClassName
{
background-color: #1D98CC;
}
.BgClassName
{
background-color: #1D98CC;
}
</style>
border-color css
<style>
span { border-color: #1D98CC; }
span { border-color: rgb(29,152,204); }
td.TdClassName
{
border-color: #1D98CC;
}
.TagClassName
{
border-color: #1D98CC;
}
</style>