Shades of Curious Blue #407ACC
Tints of Curious Blue #407ACC
RGB
CMYK
RGB Variations
Color information
#407ACC (or 0x407ACC) is known color: Curious Blue. HEX triplet: 40, 7A and CC. RGB value is (64,122,204). Sum of RGB (Red+Green+Blue) = 64+122+204=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 122 (48.05% from 255 or 31.28% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #407ACC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407ACC is #BF8533. Grayscale: #717171. Windows color (decimal): -12551476 or 13400640. OLE color: 13400640.
HSL color Cylindrical-coordinate representation of color #407ACC: hue angle of 215.14º 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 #407ACC is Cyan = 0.69, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 122 | 204 | - |
| CMYK | 0.69 | 0.40 | 0 | 0.2 |
| HSL | 215.14º | 0.58% | 0.53% | - |
| HSV(B) | 215.14º | 0.69% | 0.8% | - |
| XYZ | 19.97 | 19.37 | 59.81 | - |
| YUV | 114.01 | 178.78 | 92.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 204 | 0.69 | 0.40 | 0 | 0.2 | 215.14 | 0.58 | 0.53 |
| Hex | 40 | 7A | CC | 45 | 28 | 0 | 14 | D7 | 3A | 35 |
| Octal | 100 | 172 | 314 | 105 | 50 | 0 | 24 | 327 | 72 | 65 |
| Binary | 1000000 | 1111010 | 11001100 | 1000101 | 101000 | 0 | 10100 | 11010111 | 111010 | 110101 |
Color Harmonies of #407ACC
Complementary color
Monochromatic Colors of #407ACC
Black with #407ACC
Text Example
Text Example
White with #407ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407ACC; }
p { color: rgb(64,122,204); }
H1.HeaderClassName
{
color: #407ACC;
}
.AnyTagClassName
{
color: #407ACC;
}
</style>
background-color css
<style>
a { background-color: #407ACC; }
a { background-color: rgb(64,122,204); }
div.DivClassName
{
background-color: #407ACC;
}
.BgClassName
{
background-color: #407ACC;
}
</style>
border-color css
<style>
span { border-color: #407ACC; }
span { border-color: rgb(64,122,204); }
td.TdClassName
{
border-color: #407ACC;
}
.TagClassName
{
border-color: #407ACC;
}
</style>