Shades of Curious Blue #2A7FBE
Tints of Curious Blue #2A7FBE
RGB
CMYK
RGB Variations
Color information
#2A7FBE (or 0x2A7FBE) is known color: Curious Blue. HEX triplet: 2A, 7F and BE. RGB value is (42,127,190). Sum of RGB (Red+Green+Blue) = 42+127+190=359 (47% of max value = 765). Red value is 42 (16.80% from 255 or 11.70% from 359); Green value is 127 (50% from 255 or 35.38% from 359); Blue value is 190 (74.61% from 255 or 52.92% from 359); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A7FBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2A7FBE is #D58041. Grayscale: #6C6C6C. Windows color (decimal): -13992002 or 12484394. OLE color: 12484394.
HSL color Cylindrical-coordinate representation of color #2A7FBE: hue angle of 205.54º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A7FBE is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 127 | 190 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.25 |
| HSL | 205.54º | 0.64% | 0.45% | - |
| HSV(B) | 205.54º | 0.78% | 0.75% | - |
| XYZ | 17.84 | 19.39 | 51.52 | - |
| YUV | 108.77 | 173.84 | 80.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 127 | 190 | 0.78 | 0.33 | 0 | 0.25 | 205.54 | 0.64 | 0.45 |
| Hex | 2A | 7F | BE | 4E | 21 | 0 | 19 | CE | 40 | 2D |
| Octal | 52 | 177 | 276 | 116 | 41 | 0 | 31 | 316 | 100 | 55 |
| Binary | 101010 | 1111111 | 10111110 | 1001110 | 100001 | 0 | 11001 | 11001110 | 1000000 | 101101 |
Color Harmonies of #2A7FBE
Complementary color
Monochromatic Colors of #2A7FBE
Black with #2A7FBE
Text Example
Text Example
White with #2A7FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A7FBE; }
p { color: rgb(42,127,190); }
H1.HeaderClassName
{
color: #2A7FBE;
}
.AnyTagClassName
{
color: #2A7FBE;
}
</style>
background-color css
<style>
a { background-color: #2A7FBE; }
a { background-color: rgb(42,127,190); }
div.DivClassName
{
background-color: #2A7FBE;
}
.BgClassName
{
background-color: #2A7FBE;
}
</style>
border-color css
<style>
span { border-color: #2A7FBE; }
span { border-color: rgb(42,127,190); }
td.TdClassName
{
border-color: #2A7FBE;
}
.TagClassName
{
border-color: #2A7FBE;
}
</style>