Shades of Curious Blue #2A80B5
Tints of Curious Blue #2A80B5
RGB
CMYK
RGB Variations
Color information
#2A80B5 (or 0x2A80B5) is known color: Curious Blue. HEX triplet: 2A, 80 and B5. RGB value is (42,128,181). Sum of RGB (Red+Green+Blue) = 42+128+181=351 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.97% from 351); Green value is 128 (50.39% from 255 or 36.47% from 351); Blue value is 181 (71.09% from 255 or 51.57% from 351); Max value from RGB is 181 - color contains mainly: blue. Hex color #2A80B5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A80B5 is #D57F4A. Grayscale: #6C6C6C. Windows color (decimal): -13991755 or 11894826. OLE color: 11894826.
HSL color Cylindrical-coordinate representation of color #2A80B5: hue angle of 202.88º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A80B5 is Cyan = 0.77, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 128 | 181 | - |
| CMYK | 0.77 | 0.29 | 0 | 0.29 |
| HSL | 202.88º | 0.62% | 0.44% | - |
| HSV(B) | 202.88º | 0.77% | 0.71% | - |
| XYZ | 17.01 | 19.27 | 46.54 | - |
| YUV | 108.33 | 169.01 | 80.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 128 | 181 | 0.77 | 0.29 | 0 | 0.29 | 202.88 | 0.62 | 0.44 |
| Hex | 2A | 80 | B5 | 4D | 1D | 0 | 1D | CB | 3E | 2C |
| Octal | 52 | 200 | 265 | 115 | 35 | 0 | 35 | 313 | 76 | 54 |
| Binary | 101010 | 10000000 | 10110101 | 1001101 | 11101 | 0 | 11101 | 11001011 | 111110 | 101100 |
Color Harmonies of #2A80B5
Complementary color
Monochromatic Colors of #2A80B5
Black with #2A80B5
Text Example
Text Example
White with #2A80B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A80B5; }
p { color: rgb(42,128,181); }
H1.HeaderClassName
{
color: #2A80B5;
}
.AnyTagClassName
{
color: #2A80B5;
}
</style>
background-color css
<style>
a { background-color: #2A80B5; }
a { background-color: rgb(42,128,181); }
div.DivClassName
{
background-color: #2A80B5;
}
.BgClassName
{
background-color: #2A80B5;
}
</style>
border-color css
<style>
span { border-color: #2A80B5; }
span { border-color: rgb(42,128,181); }
td.TdClassName
{
border-color: #2A80B5;
}
.TagClassName
{
border-color: #2A80B5;
}
</style>