Shades of Curious Blue #2A7FCB
Tints of Curious Blue #2A7FCB
RGB
CMYK
RGB Variations
Color information
#2A7FCB (or 0x2A7FCB) is known color: Curious Blue. HEX triplet: 2A, 7F and CB. RGB value is (42,127,203). Sum of RGB (Red+Green+Blue) = 42+127+203=372 (49% of max value = 765). Red value is 42 (16.80% from 255 or 11.29% from 372); Green value is 127 (50% from 255 or 34.14% from 372); Blue value is 203 (79.69% from 255 or 54.57% from 372); Max value from RGB is 203 - color contains mainly: blue. Hex color #2A7FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7FCB is #D58034. Grayscale: #6D6D6D. Windows color (decimal): -13991989 or 13336362. OLE color: 13336362.
HSL color Cylindrical-coordinate representation of color #2A7FCB: hue angle of 208.32º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2A7FCB is Cyan = 0.79, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 42 | 127 | 203 | - |
| CMYK | 0.79 | 0.37 | 0 | 0.20 |
| HSL | 208.32º | 0.66% | 0.48% | - |
| HSV(B) | 208.32º | 0.79% | 0.8% | - |
| XYZ | 19.32 | 19.98 | 59.34 | - |
| YUV | 110.25 | 180.34 | 79.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 203 | 0.79 | 0.37 | 0 | 0.20 | 208.32 | 0.66 | 0.48 |
| Hex | 2A | 7F | CB | 4F | 25 | 0 | 14 | D0 | 42 | 30 |
| Octal | 52 | 177 | 313 | 117 | 45 | 0 | 24 | 320 | 102 | 60 |
| Binary | 101010 | 1111111 | 11001011 | 1001111 | 100101 | 0 | 10100 | 11010000 | 1000010 | 110000 |
Color Harmonies of #2A7FCB
Complementary color
Monochromatic Colors of #2A7FCB
Black with #2A7FCB
Text Example
Text Example
White with #2A7FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7FCB; }
p { color: rgb(42,127,203); }
H1.HeaderClassName
{
color: #2A7FCB;
}
.AnyTagClassName
{
color: #2A7FCB;
}
</style>
background-color css
<style>
a { background-color: #2A7FCB; }
a { background-color: rgb(42,127,203); }
div.DivClassName
{
background-color: #2A7FCB;
}
.BgClassName
{
background-color: #2A7FCB;
}
</style>
border-color css
<style>
span { border-color: #2A7FCB; }
span { border-color: rgb(42,127,203); }
td.TdClassName
{
border-color: #2A7FCB;
}
.TagClassName
{
border-color: #2A7FCB;
}
</style>