Shades of Curious Blue #2A7FCD
Tints of Curious Blue #2A7FCD
RGB
CMYK
RGB Variations
Color information
#2A7FCD (or 0x2A7FCD) is known color: Curious Blue. HEX triplet: 2A, 7F and CD. RGB value is (42,127,205). Sum of RGB (Red+Green+Blue) = 42+127+205=374 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.23% from 374); Green value is 127 (50% from 255 or 33.96% from 374); Blue value is 205 (80.47% from 255 or 54.81% from 374); Max value from RGB is 205 - color contains mainly: blue. Hex color #2A7FCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7FCD is #D58032. Grayscale: #6E6E6E. Windows color (decimal): -13991987 or 13467434. OLE color: 13467434.
HSL color Cylindrical-coordinate representation of color #2A7FCD: hue angle of 208.71º 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 #2A7FCD is Cyan = 0.80, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 127 | 205 | - |
| CMYK | 0.80 | 0.38 | 0 | 0.20 |
| HSL | 208.71º | 0.66% | 0.48% | - |
| HSV(B) | 208.71º | 0.8% | 0.8% | - |
| XYZ | 19.56 | 20.08 | 60.6 | - |
| YUV | 110.48 | 181.34 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 205 | 0.80 | 0.38 | 0 | 0.20 | 208.71 | 0.66 | 0.48 |
| Hex | 2A | 7F | CD | 50 | 26 | 0 | 14 | D1 | 42 | 30 |
| Octal | 52 | 177 | 315 | 120 | 46 | 0 | 24 | 321 | 102 | 60 |
| Binary | 101010 | 1111111 | 11001101 | 1010000 | 100110 | 0 | 10100 | 11010001 | 1000010 | 110000 |
Color Harmonies of #2A7FCD
Complementary color
Monochromatic Colors of #2A7FCD
Black with #2A7FCD
Text Example
Text Example
White with #2A7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7FCD; }
p { color: rgb(42,127,205); }
H1.HeaderClassName
{
color: #2A7FCD;
}
.AnyTagClassName
{
color: #2A7FCD;
}
</style>
background-color css
<style>
a { background-color: #2A7FCD; }
a { background-color: rgb(42,127,205); }
div.DivClassName
{
background-color: #2A7FCD;
}
.BgClassName
{
background-color: #2A7FCD;
}
</style>
border-color css
<style>
span { border-color: #2A7FCD; }
span { border-color: rgb(42,127,205); }
td.TdClassName
{
border-color: #2A7FCD;
}
.TagClassName
{
border-color: #2A7FCD;
}
</style>