Shades of Curious Blue #2A81BC
Tints of Curious Blue #2A81BC
RGB
CMYK
RGB Variations
Color information
#2A81BC (or 0x2A81BC) is known color: Curious Blue. HEX triplet: 2A, 81 and BC. RGB value is (42,129,188). Sum of RGB (Red+Green+Blue) = 42+129+188=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 188 (73.83% from 255 or 52.37% from 359); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A81BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A81BC is #D57E43. Grayscale: #6D6D6D. Windows color (decimal): -13991492 or 12353834. OLE color: 12353834.
HSL color Cylindrical-coordinate representation of color #2A81BC: hue angle of 204.25º 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 #2A81BC is Cyan = 0.78, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 129 | 188 | - |
| CMYK | 0.78 | 0.31 | 0 | 0.26 |
| HSL | 204.25º | 0.63% | 0.45% | - |
| HSV(B) | 204.25º | 0.78% | 0.74% | - |
| XYZ | 17.88 | 19.82 | 50.46 | - |
| YUV | 109.71 | 172.18 | 79.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 129 | 188 | 0.78 | 0.31 | 0 | 0.26 | 204.25 | 0.63 | 0.45 |
| Hex | 2A | 81 | BC | 4E | 1F | 0 | 1A | CC | 3F | 2D |
| Octal | 52 | 201 | 274 | 116 | 37 | 0 | 32 | 314 | 77 | 55 |
| Binary | 101010 | 10000001 | 10111100 | 1001110 | 11111 | 0 | 11010 | 11001100 | 111111 | 101101 |
Color Harmonies of #2A81BC
Complementary color
Monochromatic Colors of #2A81BC
Black with #2A81BC
Text Example
Text Example
White with #2A81BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A81BC; }
p { color: rgb(42,129,188); }
H1.HeaderClassName
{
color: #2A81BC;
}
.AnyTagClassName
{
color: #2A81BC;
}
</style>
background-color css
<style>
a { background-color: #2A81BC; }
a { background-color: rgb(42,129,188); }
div.DivClassName
{
background-color: #2A81BC;
}
.BgClassName
{
background-color: #2A81BC;
}
</style>
border-color css
<style>
span { border-color: #2A81BC; }
span { border-color: rgb(42,129,188); }
td.TdClassName
{
border-color: #2A81BC;
}
.TagClassName
{
border-color: #2A81BC;
}
</style>