Shades of Curious Blue #407ECF
Tints of Curious Blue #407ECF
RGB
CMYK
RGB Variations
Color information
#407ECF (or 0x407ECF) is known color: Curious Blue. HEX triplet: 40, 7E and CF. RGB value is (64,126,207). Sum of RGB (Red+Green+Blue) = 64+126+207=397 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.12% from 397); Green value is 126 (49.61% from 255 or 31.74% from 397); Blue value is 207 (81.25% from 255 or 52.14% from 397); Max value from RGB is 207 - color contains mainly: blue. Hex color #407ECF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ECF is #BF8130. Grayscale: #747474. Windows color (decimal): -12550449 or 13598272. OLE color: 13598272.
HSL color Cylindrical-coordinate representation of color #407ECF: hue angle of 213.99º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407ECF is Cyan = 0.69, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 126 | 207 | - |
| CMYK | 0.69 | 0.39 | 0 | 0.19 |
| HSL | 213.99º | 0.6% | 0.53% | - |
| HSV(B) | 213.99º | 0.69% | 0.81% | - |
| XYZ | 20.84 | 20.52 | 61.89 | - |
| YUV | 116.7 | 178.96 | 90.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 207 | 0.69 | 0.39 | 0 | 0.19 | 213.99 | 0.6 | 0.53 |
| Hex | 40 | 7E | CF | 45 | 27 | 0 | 13 | D6 | 3C | 35 |
| Octal | 100 | 176 | 317 | 105 | 47 | 0 | 23 | 326 | 74 | 65 |
| Binary | 1000000 | 1111110 | 11001111 | 1000101 | 100111 | 0 | 10011 | 11010110 | 111100 | 110101 |
Color Harmonies of #407ECF
Complementary color
Monochromatic Colors of #407ECF
Black with #407ECF
Text Example
Text Example
White with #407ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ECF; }
p { color: rgb(64,126,207); }
H1.HeaderClassName
{
color: #407ECF;
}
.AnyTagClassName
{
color: #407ECF;
}
</style>
background-color css
<style>
a { background-color: #407ECF; }
a { background-color: rgb(64,126,207); }
div.DivClassName
{
background-color: #407ECF;
}
.BgClassName
{
background-color: #407ECF;
}
</style>
border-color css
<style>
span { border-color: #407ECF; }
span { border-color: rgb(64,126,207); }
td.TdClassName
{
border-color: #407ECF;
}
.TagClassName
{
border-color: #407ECF;
}
</style>