Shades of Curious Blue #407BCC
Tints of Curious Blue #407BCC
RGB
CMYK
RGB Variations
Color information
#407BCC (or 0x407BCC) is known color: Curious Blue. HEX triplet: 40, 7B and CC. RGB value is (64,123,204). Sum of RGB (Red+Green+Blue) = 64+123+204=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 123 (48.44% from 255 or 31.46% from 391); Blue value is 204 (80.08% from 255 or 52.17% from 391); Max value from RGB is 204 - color contains mainly: blue. Hex color #407BCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407BCC is #BF8433. Grayscale: #727272. Windows color (decimal): -12551220 or 13400896. OLE color: 13400896.
HSL color Cylindrical-coordinate representation of color #407BCC: hue angle of 214.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #407BCC is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 123 | 204 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.2 |
| HSL | 214.71º | 0.58% | 0.53% | - |
| HSV(B) | 214.71º | 0.69% | 0.8% | - |
| XYZ | 20.1 | 19.62 | 59.85 | - |
| YUV | 114.59 | 178.45 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 123 | 204 | 0.69 | 0.40 | 0 | 0.2 | 214.71 | 0.58 | 0.53 |
| Hex | 40 | 7B | CC | 45 | 28 | 0 | 14 | D7 | 3A | 35 |
| Octal | 100 | 173 | 314 | 105 | 50 | 0 | 24 | 327 | 72 | 65 |
| Binary | 1000000 | 1111011 | 11001100 | 1000101 | 101000 | 0 | 10100 | 11010111 | 111010 | 110101 |
Color Harmonies of #407BCC
Complementary color
Monochromatic Colors of #407BCC
Black with #407BCC
Text Example
Text Example
White with #407BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407BCC; }
p { color: rgb(64,123,204); }
H1.HeaderClassName
{
color: #407BCC;
}
.AnyTagClassName
{
color: #407BCC;
}
</style>
background-color css
<style>
a { background-color: #407BCC; }
a { background-color: rgb(64,123,204); }
div.DivClassName
{
background-color: #407BCC;
}
.BgClassName
{
background-color: #407BCC;
}
</style>
border-color css
<style>
span { border-color: #407BCC; }
span { border-color: rgb(64,123,204); }
td.TdClassName
{
border-color: #407BCC;
}
.TagClassName
{
border-color: #407BCC;
}
</style>