Shades of Curious Blue #2E7ACD
Tints of Curious Blue #2E7ACD
RGB
CMYK
RGB Variations
Color information
#2E7ACD (or 0x2E7ACD) is known color: Curious Blue. HEX triplet: 2E, 7A and CD. RGB value is (46,122,205). Sum of RGB (Red+Green+Blue) = 46+122+205=373 (49% of max value = 765). Red value is 46 (18.36% from 255 or 12.33% from 373); Green value is 122 (48.05% from 255 or 32.71% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #2E7ACD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7ACD is #D18532. Grayscale: #6C6C6C. Windows color (decimal): -13731123 or 13466158. OLE color: 13466158.
HSL color Cylindrical-coordinate representation of color #2E7ACD: hue angle of 211.32º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E7ACD is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 46 | 122 | 205 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.20 |
| HSL | 211.32º | 0.63% | 0.49% | - |
| HSV(B) | 211.32º | 0.78% | 0.8% | - |
| XYZ | 19.11 | 18.91 | 60.4 | - |
| YUV | 108.74 | 182.32 | 83.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 122 | 205 | 0.78 | 0.40 | 0 | 0.20 | 211.32 | 0.63 | 0.49 |
| Hex | 2E | 7A | CD | 4E | 28 | 0 | 14 | D3 | 3F | 31 |
| Octal | 56 | 172 | 315 | 116 | 50 | 0 | 24 | 323 | 77 | 61 |
| Binary | 101110 | 1111010 | 11001101 | 1001110 | 101000 | 0 | 10100 | 11010011 | 111111 | 110001 |
Color Harmonies of #2E7ACD
Complementary color
Monochromatic Colors of #2E7ACD
Black with #2E7ACD
Text Example
Text Example
White with #2E7ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7ACD; }
p { color: rgb(46,122,205); }
H1.HeaderClassName
{
color: #2E7ACD;
}
.AnyTagClassName
{
color: #2E7ACD;
}
</style>
background-color css
<style>
a { background-color: #2E7ACD; }
a { background-color: rgb(46,122,205); }
div.DivClassName
{
background-color: #2E7ACD;
}
.BgClassName
{
background-color: #2E7ACD;
}
</style>
border-color css
<style>
span { border-color: #2E7ACD; }
span { border-color: rgb(46,122,205); }
td.TdClassName
{
border-color: #2E7ACD;
}
.TagClassName
{
border-color: #2E7ACD;
}
</style>