Shades of Curious Blue #2A87B4
Tints of Curious Blue #2A87B4
RGB
CMYK
RGB Variations
Color information
#2A87B4 (or 0x2A87B4) is known color: Curious Blue. HEX triplet: 2A, 87 and B4. RGB value is (42,135,180). Sum of RGB (Red+Green+Blue) = 42+135+180=357 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.76% from 357); Green value is 135 (53.12% from 255 or 37.82% from 357); Blue value is 180 (70.70% from 255 or 50.42% from 357); Max value from RGB is 180 - color contains mainly: blue. Hex color #2A87B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A87B4 is #D5784B. Grayscale: #707070. Windows color (decimal): -13989964 or 11831082. OLE color: 11831082.
HSL color Cylindrical-coordinate representation of color #2A87B4: hue angle of 199.57º 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 #2A87B4 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 42 | 135 | 180 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.29 |
| HSL | 199.57º | 0.62% | 0.44% | - |
| HSV(B) | 199.57º | 0.77% | 0.71% | - |
| XYZ | 17.86 | 21.12 | 46.31 | - |
| YUV | 112.32 | 166.19 | 77.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 135 | 180 | 0.77 | 0.25 | 0 | 0.29 | 199.57 | 0.62 | 0.44 |
| Hex | 2A | 87 | B4 | 4D | 19 | 0 | 1D | C8 | 3E | 2C |
| Octal | 52 | 207 | 264 | 115 | 31 | 0 | 35 | 310 | 76 | 54 |
| Binary | 101010 | 10000111 | 10110100 | 1001101 | 11001 | 0 | 11101 | 11001000 | 111110 | 101100 |
Color Harmonies of #2A87B4
Complementary color
Monochromatic Colors of #2A87B4
Black with #2A87B4
Text Example
Text Example
White with #2A87B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A87B4; }
p { color: rgb(42,135,180); }
H1.HeaderClassName
{
color: #2A87B4;
}
.AnyTagClassName
{
color: #2A87B4;
}
</style>
background-color css
<style>
a { background-color: #2A87B4; }
a { background-color: rgb(42,135,180); }
div.DivClassName
{
background-color: #2A87B4;
}
.BgClassName
{
background-color: #2A87B4;
}
</style>
border-color css
<style>
span { border-color: #2A87B4; }
span { border-color: rgb(42,135,180); }
td.TdClassName
{
border-color: #2A87B4;
}
.TagClassName
{
border-color: #2A87B4;
}
</style>