Shades of Curious Blue #2A85BA
Tints of Curious Blue #2A85BA
RGB
CMYK
RGB Variations
Color information
#2A85BA (or 0x2A85BA) is known color: Curious Blue. HEX triplet: 2A, 85 and BA. RGB value is (42,133,186). Sum of RGB (Red+Green+Blue) = 42+133+186=361 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.63% from 361); Green value is 133 (52.34% from 255 or 36.84% from 361); Blue value is 186 (73.05% from 255 or 51.52% from 361); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A85BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2A85BA is #D57A45. Grayscale: #6F6F6F. Windows color (decimal): -13990470 or 12223786. OLE color: 12223786.
HSL color Cylindrical-coordinate representation of color #2A85BA: hue angle of 202.08º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A85BA is Cyan = 0.77, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 133 | 186 | - |
| CMYK | 0.77 | 0.28 | 0 | 0.27 |
| HSL | 202.08º | 0.63% | 0.45% | - |
| HSV(B) | 202.08º | 0.77% | 0.73% | - |
| XYZ | 18.21 | 20.81 | 49.51 | - |
| YUV | 111.83 | 169.85 | 78.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 133 | 186 | 0.77 | 0.28 | 0 | 0.27 | 202.08 | 0.63 | 0.45 |
| Hex | 2A | 85 | BA | 4D | 1C | 0 | 1B | CA | 3F | 2D |
| Octal | 52 | 205 | 272 | 115 | 34 | 0 | 33 | 312 | 77 | 55 |
| Binary | 101010 | 10000101 | 10111010 | 1001101 | 11100 | 0 | 11011 | 11001010 | 111111 | 101101 |
Color Harmonies of #2A85BA
Complementary color
Monochromatic Colors of #2A85BA
Black with #2A85BA
Text Example
Text Example
White with #2A85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A85BA; }
p { color: rgb(42,133,186); }
H1.HeaderClassName
{
color: #2A85BA;
}
.AnyTagClassName
{
color: #2A85BA;
}
</style>
background-color css
<style>
a { background-color: #2A85BA; }
a { background-color: rgb(42,133,186); }
div.DivClassName
{
background-color: #2A85BA;
}
.BgClassName
{
background-color: #2A85BA;
}
</style>
border-color css
<style>
span { border-color: #2A85BA; }
span { border-color: rgb(42,133,186); }
td.TdClassName
{
border-color: #2A85BA;
}
.TagClassName
{
border-color: #2A85BA;
}
</style>