Shades of Curious Blue #407EC0
Tints of Curious Blue #407EC0
RGB
CMYK
RGB Variations
Color information
#407EC0 (or 0x407EC0) is known color: Curious Blue. HEX triplet: 40, 7E and C0. RGB value is (64,126,192). Sum of RGB (Red+Green+Blue) = 64+126+192=382 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.75% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 192 (75.39% from 255 or 50.26% from 382); Max value from RGB is 192 - color contains mainly: blue. Hex color #407EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EC0 is #BF813F. Grayscale: #727272. Windows color (decimal): -12550464 or 12615232. OLE color: 12615232.
HSL color Cylindrical-coordinate representation of color #407EC0: hue angle of 210.94º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #407EC0 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 126 | 192 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.25 |
| HSL | 210.94º | 0.5% | 0.5% | - |
| HSV(B) | 210.94º | 0.67% | 0.75% | - |
| XYZ | 19.09 | 19.82 | 52.69 | - |
| YUV | 114.99 | 171.46 | 91.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 192 | 0.67 | 0.34 | 0 | 0.25 | 210.94 | 0.5 | 0.5 |
| Hex | 40 | 7E | C0 | 43 | 22 | 0 | 19 | D3 | 32 | 32 |
| Octal | 100 | 176 | 300 | 103 | 42 | 0 | 31 | 323 | 62 | 62 |
| Binary | 1000000 | 1111110 | 11000000 | 1000011 | 100010 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #407EC0
Complementary color
Monochromatic Colors of #407EC0
Black with #407EC0
Text Example
Text Example
White with #407EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EC0; }
p { color: rgb(64,126,192); }
H1.HeaderClassName
{
color: #407EC0;
}
.AnyTagClassName
{
color: #407EC0;
}
</style>
background-color css
<style>
a { background-color: #407EC0; }
a { background-color: rgb(64,126,192); }
div.DivClassName
{
background-color: #407EC0;
}
.BgClassName
{
background-color: #407EC0;
}
</style>
border-color css
<style>
span { border-color: #407EC0; }
span { border-color: rgb(64,126,192); }
td.TdClassName
{
border-color: #407EC0;
}
.TagClassName
{
border-color: #407EC0;
}
</style>