Shades of Curious Blue #407CBF
Tints of Curious Blue #407CBF
RGB
CMYK
RGB Variations
Color information
#407CBF (or 0x407CBF) is known color: Curious Blue. HEX triplet: 40, 7C and BF. RGB value is (64,124,191). Sum of RGB (Red+Green+Blue) = 64+124+191=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 191 (75% from 255 or 50.40% from 379); Max value from RGB is 191 - color contains mainly: blue. Hex color #407CBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407CBF is #BF8340. Grayscale: #717171. Windows color (decimal): -12550977 or 12549184. OLE color: 12549184.
HSL color Cylindrical-coordinate representation of color #407CBF: hue angle of 211.65º 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 #407CBF is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 124 | 191 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.25 |
| HSL | 211.65º | 0.5% | 0.5% | - |
| HSV(B) | 211.65º | 0.66% | 0.75% | - |
| XYZ | 18.73 | 19.27 | 52.02 | - |
| YUV | 113.7 | 171.62 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 124 | 191 | 0.66 | 0.35 | 0 | 0.25 | 211.65 | 0.5 | 0.5 |
| Hex | 40 | 7C | BF | 42 | 23 | 0 | 19 | D4 | 32 | 32 |
| Octal | 100 | 174 | 277 | 102 | 43 | 0 | 31 | 324 | 62 | 62 |
| Binary | 1000000 | 1111100 | 10111111 | 1000010 | 100011 | 0 | 11001 | 11010100 | 110010 | 110010 |
Color Harmonies of #407CBF
Complementary color
Monochromatic Colors of #407CBF
Black with #407CBF
Text Example
Text Example
White with #407CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407CBF; }
p { color: rgb(64,124,191); }
H1.HeaderClassName
{
color: #407CBF;
}
.AnyTagClassName
{
color: #407CBF;
}
</style>
background-color css
<style>
a { background-color: #407CBF; }
a { background-color: rgb(64,124,191); }
div.DivClassName
{
background-color: #407CBF;
}
.BgClassName
{
background-color: #407CBF;
}
</style>
border-color css
<style>
span { border-color: #407CBF; }
span { border-color: rgb(64,124,191); }
td.TdClassName
{
border-color: #407CBF;
}
.TagClassName
{
border-color: #407CBF;
}
</style>