Shades of Curious Blue #2A7CCD
Tints of Curious Blue #2A7CCD
RGB
CMYK
RGB Variations
Color information
#2A7CCD (or 0x2A7CCD) is known color: Curious Blue. HEX triplet: 2A, 7C and CD. RGB value is (42,124,205). Sum of RGB (Red+Green+Blue) = 42+124+205=371 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.32% from 371); Green value is 124 (48.83% from 255 or 33.42% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A7CCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7CCD is #D58332. Grayscale: #6C6C6C. Windows color (decimal): -13992755 or 13466666. OLE color: 13466666.
HSL color Cylindrical-coordinate representation of color #2A7CCD: hue angle of 209.82º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2A7CCD is Cyan = 0.80, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 124 | 205 | - |
| CMYK | 0.80 | 0.40 | 0 | 0.20 |
| HSL | 209.82º | 0.66% | 0.48% | - |
| HSV(B) | 209.82º | 0.8% | 0.8% | - |
| XYZ | 19.18 | 19.32 | 60.47 | - |
| YUV | 108.72 | 182.33 | 80.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 124 | 205 | 0.80 | 0.40 | 0 | 0.20 | 209.82 | 0.66 | 0.48 |
| Hex | 2A | 7C | CD | 50 | 28 | 0 | 14 | D2 | 42 | 30 |
| Octal | 52 | 174 | 315 | 120 | 50 | 0 | 24 | 322 | 102 | 60 |
| Binary | 101010 | 1111100 | 11001101 | 1010000 | 101000 | 0 | 10100 | 11010010 | 1000010 | 110000 |
Color Harmonies of #2A7CCD
Complementary color
Monochromatic Colors of #2A7CCD
Black with #2A7CCD
Text Example
Text Example
White with #2A7CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7CCD; }
p { color: rgb(42,124,205); }
H1.HeaderClassName
{
color: #2A7CCD;
}
.AnyTagClassName
{
color: #2A7CCD;
}
</style>
background-color css
<style>
a { background-color: #2A7CCD; }
a { background-color: rgb(42,124,205); }
div.DivClassName
{
background-color: #2A7CCD;
}
.BgClassName
{
background-color: #2A7CCD;
}
</style>
border-color css
<style>
span { border-color: #2A7CCD; }
span { border-color: rgb(42,124,205); }
td.TdClassName
{
border-color: #2A7CCD;
}
.TagClassName
{
border-color: #2A7CCD;
}
</style>