Shades of Pelorous #2A8DBC
Tints of Pelorous #2A8DBC
RGB
CMYK
RGB Variations
Color information
#2A8DBC (or 0x2A8DBC) is known color: Pelorous. HEX triplet: 2A, 8D and BC. RGB value is (42,141,188). Sum of RGB (Red+Green+Blue) = 42+141+188=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 141 (55.47% from 255 or 38.01% from 371); Blue value is 188 (73.83% from 255 or 50.67% from 371); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A8DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8DBC is #D57243. Grayscale: #747474. Windows color (decimal): -13988420 or 12356906. OLE color: 12356906.
HSL color Cylindrical-coordinate representation of color #2A8DBC: hue angle of 199.32º degrees, saturation: 0.63, 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 #2A8DBC is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 141 | 188 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.26 |
| HSL | 199.32º | 0.63% | 0.45% | - |
| HSV(B) | 199.32º | 0.78% | 0.74% | - |
| XYZ | 19.56 | 23.17 | 51.02 | - |
| YUV | 116.76 | 168.2 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 141 | 188 | 0.78 | 0.25 | 0 | 0.26 | 199.32 | 0.63 | 0.45 |
| Hex | 2A | 8D | BC | 4E | 19 | 0 | 1A | C7 | 3F | 2D |
| Octal | 52 | 215 | 274 | 116 | 31 | 0 | 32 | 307 | 77 | 55 |
| Binary | 101010 | 10001101 | 10111100 | 1001110 | 11001 | 0 | 11010 | 11000111 | 111111 | 101101 |
Color Harmonies of #2A8DBC
Complementary color
Monochromatic Colors of #2A8DBC
Black with #2A8DBC
Text Example
Text Example
White with #2A8DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8DBC; }
p { color: rgb(42,141,188); }
H1.HeaderClassName
{
color: #2A8DBC;
}
.AnyTagClassName
{
color: #2A8DBC;
}
</style>
background-color css
<style>
a { background-color: #2A8DBC; }
a { background-color: rgb(42,141,188); }
div.DivClassName
{
background-color: #2A8DBC;
}
.BgClassName
{
background-color: #2A8DBC;
}
</style>
border-color css
<style>
span { border-color: #2A8DBC; }
span { border-color: rgb(42,141,188); }
td.TdClassName
{
border-color: #2A8DBC;
}
.TagClassName
{
border-color: #2A8DBC;
}
</style>