Shades of Pelorous #2A8DBD
Tints of Pelorous #2A8DBD
RGB
CMYK
RGB Variations
Color information
#2A8DBD (or 0x2A8DBD) is known color: Pelorous. HEX triplet: 2A, 8D and BD. RGB value is (42,141,189). Sum of RGB (Red+Green+Blue) = 42+141+189=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 141 (55.47% from 255 or 37.90% from 372); Blue value is 189 (74.22% from 255 or 50.81% from 372); Max value from RGB is 189 - color contains mainly: blue. Hex color #2A8DBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8DBD is #D57242. Grayscale: #747474. Windows color (decimal): -13988419 or 12422442. OLE color: 12422442.
HSL color Cylindrical-coordinate representation of color #2A8DBD: hue angle of 199.59º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A8DBD is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 141 | 189 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.26 |
| HSL | 199.59º | 0.64% | 0.45% | - |
| HSV(B) | 199.59º | 0.78% | 0.74% | - |
| XYZ | 19.67 | 23.22 | 51.59 | - |
| YUV | 116.87 | 168.7 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 189 | 0.78 | 0.25 | 0 | 0.26 | 199.59 | 0.64 | 0.45 |
| Hex | 2A | 8D | BD | 4E | 19 | 0 | 1A | C8 | 40 | 2D |
| Octal | 52 | 215 | 275 | 116 | 31 | 0 | 32 | 310 | 100 | 55 |
| Binary | 101010 | 10001101 | 10111101 | 1001110 | 11001 | 0 | 11010 | 11001000 | 1000000 | 101101 |
Color Harmonies of #2A8DBD
Complementary color
Monochromatic Colors of #2A8DBD
Black with #2A8DBD
Text Example
Text Example
White with #2A8DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8DBD; }
p { color: rgb(42,141,189); }
H1.HeaderClassName
{
color: #2A8DBD;
}
.AnyTagClassName
{
color: #2A8DBD;
}
</style>
background-color css
<style>
a { background-color: #2A8DBD; }
a { background-color: rgb(42,141,189); }
div.DivClassName
{
background-color: #2A8DBD;
}
.BgClassName
{
background-color: #2A8DBD;
}
</style>
border-color css
<style>
span { border-color: #2A8DBD; }
span { border-color: rgb(42,141,189); }
td.TdClassName
{
border-color: #2A8DBD;
}
.TagClassName
{
border-color: #2A8DBD;
}
</style>