Shades of Curious Blue #2A7EC3
Tints of Curious Blue #2A7EC3
RGB
CMYK
RGB Variations
Color information
#2A7EC3 (or 0x2A7EC3) is known color: Curious Blue. HEX triplet: 2A, 7E and C3. RGB value is (42,126,195). Sum of RGB (Red+Green+Blue) = 42+126+195=363 (48% of max value = 765). Red value is 42 (16.80% from 255 or 11.57% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 195 (76.56% from 255 or 53.72% from 363); Max value from RGB is 195 - color contains mainly: blue. Hex color #2A7EC3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7EC3 is #D5813C. Grayscale: #6C6C6C. Windows color (decimal): -13992253 or 12811818. OLE color: 12811818.
HSL color Cylindrical-coordinate representation of color #2A7EC3: hue angle of 207.06º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A7EC3 is Cyan = 0.78, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 42 | 126 | 195 | - |
| CMYK | 0.78 | 0.35 | 0 | 0.24 |
| HSL | 207.06º | 0.65% | 0.46% | - |
| HSV(B) | 207.06º | 0.78% | 0.76% | - |
| XYZ | 18.27 | 19.35 | 54.4 | - |
| YUV | 108.75 | 176.67 | 80.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 126 | 195 | 0.78 | 0.35 | 0 | 0.24 | 207.06 | 0.65 | 0.46 |
| Hex | 2A | 7E | C3 | 4E | 23 | 0 | 18 | CF | 41 | 2E |
| Octal | 52 | 176 | 303 | 116 | 43 | 0 | 30 | 317 | 101 | 56 |
| Binary | 101010 | 1111110 | 11000011 | 1001110 | 100011 | 0 | 11000 | 11001111 | 1000001 | 101110 |
Color Harmonies of #2A7EC3
Complementary color
Monochromatic Colors of #2A7EC3
Black with #2A7EC3
Text Example
Text Example
White with #2A7EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7EC3; }
p { color: rgb(42,126,195); }
H1.HeaderClassName
{
color: #2A7EC3;
}
.AnyTagClassName
{
color: #2A7EC3;
}
</style>
background-color css
<style>
a { background-color: #2A7EC3; }
a { background-color: rgb(42,126,195); }
div.DivClassName
{
background-color: #2A7EC3;
}
.BgClassName
{
background-color: #2A7EC3;
}
</style>
border-color css
<style>
span { border-color: #2A7EC3; }
span { border-color: rgb(42,126,195); }
td.TdClassName
{
border-color: #2A7EC3;
}
.TagClassName
{
border-color: #2A7EC3;
}
</style>