Shades of Curious Blue #407EBF
Tints of Curious Blue #407EBF
RGB
CMYK
RGB Variations
Color information
#407EBF (or 0x407EBF) is known color: Curious Blue. HEX triplet: 40, 7E and BF. RGB value is (64,126,191). Sum of RGB (Red+Green+Blue) = 64+126+191=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 126 (49.61% from 255 or 33.07% from 381); Blue value is 191 (75% from 255 or 50.13% from 381); Max value from RGB is 191 - color contains mainly: blue. Hex color #407EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407EBF is #BF8140. Grayscale: #727272. Windows color (decimal): -12550465 or 12549696. OLE color: 12549696.
HSL color Cylindrical-coordinate representation of color #407EBF: hue angle of 210.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #407EBF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 126 | 191 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.25 |
| HSL | 210.71º | 0.5% | 0.5% | - |
| HSV(B) | 210.71º | 0.66% | 0.75% | - |
| XYZ | 18.98 | 19.77 | 52.11 | - |
| YUV | 114.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 126 | 191 | 0.66 | 0.34 | 0 | 0.25 | 210.71 | 0.5 | 0.5 |
| Hex | 40 | 7E | BF | 42 | 22 | 0 | 19 | D3 | 32 | 32 |
| Octal | 100 | 176 | 277 | 102 | 42 | 0 | 31 | 323 | 62 | 62 |
| Binary | 1000000 | 1111110 | 10111111 | 1000010 | 100010 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #407EBF
Complementary color
Monochromatic Colors of #407EBF
Black with #407EBF
Text Example
Text Example
White with #407EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407EBF; }
p { color: rgb(64,126,191); }
H1.HeaderClassName
{
color: #407EBF;
}
.AnyTagClassName
{
color: #407EBF;
}
</style>
background-color css
<style>
a { background-color: #407EBF; }
a { background-color: rgb(64,126,191); }
div.DivClassName
{
background-color: #407EBF;
}
.BgClassName
{
background-color: #407EBF;
}
</style>
border-color css
<style>
span { border-color: #407EBF; }
span { border-color: rgb(64,126,191); }
td.TdClassName
{
border-color: #407EBF;
}
.TagClassName
{
border-color: #407EBF;
}
</style>