Shades of Pelorous #1D8FBA
Tints of Pelorous #1D8FBA
RGB
CMYK
RGB Variations
Color information
#1D8FBA (or 0x1D8FBA) is known color: Pelorous. HEX triplet: 1D, 8F and BA. RGB value is (29,143,186). Sum of RGB (Red+Green+Blue) = 29+143+186=358 (47% of max value = 765). Red value is 29 (11.72% from 255 or 8.10% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 186 (73.05% from 255 or 51.96% from 358); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D8FBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1D8FBA is #E27045. Grayscale: #717171. Windows color (decimal): -14839878 or 12226333. OLE color: 12226333.
HSL color Cylindrical-coordinate representation of color #1D8FBA: hue angle of 196.43º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D8FBA is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 29 | 143 | 186 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.27 |
| HSL | 196.43º | 0.73% | 0.42% | - |
| HSV(B) | 196.43º | 0.84% | 0.73% | - |
| XYZ | 19.19 | 23.45 | 49.97 | - |
| YUV | 113.82 | 168.73 | 67.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 143 | 186 | 0.84 | 0.23 | 0 | 0.27 | 196.43 | 0.73 | 0.42 |
| Hex | 1D | 8F | BA | 54 | 17 | 0 | 1B | C4 | 49 | 2A |
| Octal | 35 | 217 | 272 | 124 | 27 | 0 | 33 | 304 | 111 | 52 |
| Binary | 11101 | 10001111 | 10111010 | 1010100 | 10111 | 0 | 11011 | 11000100 | 1001001 | 101010 |
Color Harmonies of #1D8FBA
Complementary color
Monochromatic Colors of #1D8FBA
Black with #1D8FBA
Text Example
Text Example
White with #1D8FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D8FBA; }
p { color: rgb(29,143,186); }
H1.HeaderClassName
{
color: #1D8FBA;
}
.AnyTagClassName
{
color: #1D8FBA;
}
</style>
background-color css
<style>
a { background-color: #1D8FBA; }
a { background-color: rgb(29,143,186); }
div.DivClassName
{
background-color: #1D8FBA;
}
.BgClassName
{
background-color: #1D8FBA;
}
</style>
border-color css
<style>
span { border-color: #1D8FBA; }
span { border-color: rgb(29,143,186); }
td.TdClassName
{
border-color: #1D8FBA;
}
.TagClassName
{
border-color: #1D8FBA;
}
</style>