Shades of Pelorous #1D94CE
Tints of Pelorous #1D94CE
RGB
CMYK
RGB Variations
Color information
#1D94CE (or 0x1D94CE) is known color: Pelorous. HEX triplet: 1D, 94 and CE. RGB value is (29,148,206). Sum of RGB (Red+Green+Blue) = 29+148+206=383 (50% of max value = 765). Red value is 29 (11.72% from 255 or 7.57% from 383); Green value is 148 (58.20% from 255 or 38.64% from 383); Blue value is 206 (80.86% from 255 or 53.79% from 383); Max value from RGB is 206 - color contains mainly: blue. Hex color #1D94CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D94CE is #E26B31. Grayscale: #767676. Windows color (decimal): -14838578 or 13538333. OLE color: 13538333.
HSL color Cylindrical-coordinate representation of color #1D94CE: hue angle of 199.66º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D94CE is Cyan = 0.86, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 29 | 148 | 206 | - |
| CMYK | 0.86 | 0.28 | 0 | 0.19 |
| HSL | 199.66º | 0.75% | 0.46% | - |
| HSV(B) | 199.66º | 0.86% | 0.81% | - |
| XYZ | 22.24 | 25.9 | 62.22 | - |
| YUV | 119.03 | 177.08 | 63.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 148 | 206 | 0.86 | 0.28 | 0 | 0.19 | 199.66 | 0.75 | 0.46 |
| Hex | 1D | 94 | CE | 56 | 1C | 0 | 13 | C8 | 4B | 2E |
| Octal | 35 | 224 | 316 | 126 | 34 | 0 | 23 | 310 | 113 | 56 |
| Binary | 11101 | 10010100 | 11001110 | 1010110 | 11100 | 0 | 10011 | 11001000 | 1001011 | 101110 |
Color Harmonies of #1D94CE
Complementary color
Monochromatic Colors of #1D94CE
Black with #1D94CE
Text Example
Text Example
White with #1D94CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D94CE; }
p { color: rgb(29,148,206); }
H1.HeaderClassName
{
color: #1D94CE;
}
.AnyTagClassName
{
color: #1D94CE;
}
</style>
background-color css
<style>
a { background-color: #1D94CE; }
a { background-color: rgb(29,148,206); }
div.DivClassName
{
background-color: #1D94CE;
}
.BgClassName
{
background-color: #1D94CE;
}
</style>
border-color css
<style>
span { border-color: #1D94CE; }
span { border-color: rgb(29,148,206); }
td.TdClassName
{
border-color: #1D94CE;
}
.TagClassName
{
border-color: #1D94CE;
}
</style>