Shades of Curious Blue #2A7DBB
Tints of Curious Blue #2A7DBB
RGB
CMYK
RGB Variations
Color information
#2A7DBB (or 0x2A7DBB) is known color: Curious Blue. HEX triplet: 2A, 7D and BB. RGB value is (42,125,187). Sum of RGB (Red+Green+Blue) = 42+125+187=354 (46% of max value = 765). Red value is 42 (16.80% from 255 or 11.86% from 354); Green value is 125 (49.22% from 255 or 35.31% from 354); Blue value is 187 (73.44% from 255 or 52.82% from 354); Max value from RGB is 187 - color contains mainly: blue. Hex color #2A7DBB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7DBB is #D58244. Grayscale: #6A6A6A. Windows color (decimal): -13992517 or 12287274. OLE color: 12287274.
HSL color Cylindrical-coordinate representation of color #2A7DBB: hue angle of 205.66º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A7DBB is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 125 | 187 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.27 |
| HSL | 205.66º | 0.63% | 0.45% | - |
| HSV(B) | 205.66º | 0.78% | 0.73% | - |
| XYZ | 17.26 | 18.75 | 49.72 | - |
| YUV | 107.25 | 173 | 81.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 125 | 187 | 0.78 | 0.33 | 0 | 0.27 | 205.66 | 0.63 | 0.45 |
| Hex | 2A | 7D | BB | 4E | 21 | 0 | 1B | CE | 3F | 2D |
| Octal | 52 | 175 | 273 | 116 | 41 | 0 | 33 | 316 | 77 | 55 |
| Binary | 101010 | 1111101 | 10111011 | 1001110 | 100001 | 0 | 11011 | 11001110 | 111111 | 101101 |
Color Harmonies of #2A7DBB
Complementary color
Monochromatic Colors of #2A7DBB
Black with #2A7DBB
Text Example
Text Example
White with #2A7DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7DBB; }
p { color: rgb(42,125,187); }
H1.HeaderClassName
{
color: #2A7DBB;
}
.AnyTagClassName
{
color: #2A7DBB;
}
</style>
background-color css
<style>
a { background-color: #2A7DBB; }
a { background-color: rgb(42,125,187); }
div.DivClassName
{
background-color: #2A7DBB;
}
.BgClassName
{
background-color: #2A7DBB;
}
</style>
border-color css
<style>
span { border-color: #2A7DBB; }
span { border-color: rgb(42,125,187); }
td.TdClassName
{
border-color: #2A7DBB;
}
.TagClassName
{
border-color: #2A7DBB;
}
</style>