Shades of Curious Blue #2E7DCF
Tints of Curious Blue #2E7DCF
RGB
CMYK
RGB Variations
Color information
#2E7DCF (or 0x2E7DCF) is known color: Curious Blue. HEX triplet: 2E, 7D and CF. RGB value is (46,125,207). Sum of RGB (Red+Green+Blue) = 46+125+207=378 (50% of max value = 765). Red value is 46 (18.36% from 255 or 12.17% from 378); Green value is 125 (49.22% from 255 or 33.07% from 378); Blue value is 207 (81.25% from 255 or 54.76% from 378); Max value from RGB is 207 - color contains mainly: blue. Hex color #2E7DCF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #2E7DCF is #D18230. Grayscale: #6E6E6E. Windows color (decimal): -13730353 or 13597998. OLE color: 13597998.
HSL color Cylindrical-coordinate representation of color #2E7DCF: hue angle of 210.56º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2E7DCF is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 46 | 125 | 207 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.19 |
| HSL | 210.56º | 0.64% | 0.5% | - |
| HSV(B) | 210.56º | 0.78% | 0.81% | - |
| XYZ | 19.72 | 19.75 | 61.8 | - |
| YUV | 110.73 | 182.33 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 125 | 207 | 0.78 | 0.40 | 0 | 0.19 | 210.56 | 0.64 | 0.5 |
| Hex | 2E | 7D | CF | 4E | 28 | 0 | 13 | D3 | 40 | 32 |
| Octal | 56 | 175 | 317 | 116 | 50 | 0 | 23 | 323 | 100 | 62 |
| Binary | 101110 | 1111101 | 11001111 | 1001110 | 101000 | 0 | 10011 | 11010011 | 1000000 | 110010 |
Color Harmonies of #2E7DCF
Complementary color
Monochromatic Colors of #2E7DCF
Black with #2E7DCF
Text Example
Text Example
White with #2E7DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E7DCF; }
p { color: rgb(46,125,207); }
H1.HeaderClassName
{
color: #2E7DCF;
}
.AnyTagClassName
{
color: #2E7DCF;
}
</style>
background-color css
<style>
a { background-color: #2E7DCF; }
a { background-color: rgb(46,125,207); }
div.DivClassName
{
background-color: #2E7DCF;
}
.BgClassName
{
background-color: #2E7DCF;
}
</style>
border-color css
<style>
span { border-color: #2E7DCF; }
span { border-color: rgb(46,125,207); }
td.TdClassName
{
border-color: #2E7DCF;
}
.TagClassName
{
border-color: #2E7DCF;
}
</style>