Shades of Pelorous #2A8CBC
Tints of Pelorous #2A8CBC
RGB
CMYK
RGB Variations
Color information
#2A8CBC (or 0x2A8CBC) is known color: Pelorous. HEX triplet: 2A, 8C and BC. RGB value is (42,140,188). Sum of RGB (Red+Green+Blue) = 42+140+188=370 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.35% from 370); Green value is 140 (55.08% from 255 or 37.84% from 370); Blue value is 188 (73.83% from 255 or 50.81% from 370); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A8CBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A8CBC is #D57343. Grayscale: #737373. Windows color (decimal): -13988676 or 12356650. OLE color: 12356650.
HSL color Cylindrical-coordinate representation of color #2A8CBC: hue angle of 199.73º 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 #2A8CBC is Cyan = 0.78, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 140 | 188 | - |
| CMYK | 0.78 | 0.26 | 0 | 0.26 |
| HSL | 199.73º | 0.63% | 0.45% | - |
| HSV(B) | 199.73º | 0.78% | 0.74% | - |
| XYZ | 19.41 | 22.88 | 50.97 | - |
| YUV | 116.17 | 168.53 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 140 | 188 | 0.78 | 0.26 | 0 | 0.26 | 199.73 | 0.63 | 0.45 |
| Hex | 2A | 8C | BC | 4E | 1A | 0 | 1A | C8 | 3F | 2D |
| Octal | 52 | 214 | 274 | 116 | 32 | 0 | 32 | 310 | 77 | 55 |
| Binary | 101010 | 10001100 | 10111100 | 1001110 | 11010 | 0 | 11010 | 11001000 | 111111 | 101101 |
Color Harmonies of #2A8CBC
Complementary color
Monochromatic Colors of #2A8CBC
Black with #2A8CBC
Text Example
Text Example
White with #2A8CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A8CBC; }
p { color: rgb(42,140,188); }
H1.HeaderClassName
{
color: #2A8CBC;
}
.AnyTagClassName
{
color: #2A8CBC;
}
</style>
background-color css
<style>
a { background-color: #2A8CBC; }
a { background-color: rgb(42,140,188); }
div.DivClassName
{
background-color: #2A8CBC;
}
.BgClassName
{
background-color: #2A8CBC;
}
</style>
border-color css
<style>
span { border-color: #2A8CBC; }
span { border-color: rgb(42,140,188); }
td.TdClassName
{
border-color: #2A8CBC;
}
.TagClassName
{
border-color: #2A8CBC;
}
</style>