Shades of Curious Blue #407AC9
Tints of Curious Blue #407AC9
RGB
CMYK
RGB Variations
Color information
#407AC9 (or 0x407AC9) is known color: Curious Blue. HEX triplet: 40, 7A and C9. RGB value is (64,122,201). Sum of RGB (Red+Green+Blue) = 64+122+201=387 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.54% from 387); Green value is 122 (48.05% from 255 or 31.52% from 387); Blue value is 201 (78.91% from 255 or 51.94% from 387); Max value from RGB is 201 - color contains mainly: blue. Hex color #407AC9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407AC9 is #BF8536. Grayscale: #717171. Windows color (decimal): -12551479 or 13204032. OLE color: 13204032.
HSL color Cylindrical-coordinate representation of color #407AC9: hue angle of 214.6º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407AC9 is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 122 | 201 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.21 |
| HSL | 214.6º | 0.56% | 0.52% | - |
| HSV(B) | 214.6º | 0.68% | 0.79% | - |
| XYZ | 19.62 | 19.23 | 57.94 | - |
| YUV | 113.66 | 177.28 | 92.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 201 | 0.68 | 0.39 | 0 | 0.21 | 214.6 | 0.56 | 0.52 |
| Hex | 40 | 7A | C9 | 44 | 27 | 0 | 15 | D7 | 38 | 34 |
| Octal | 100 | 172 | 311 | 104 | 47 | 0 | 25 | 327 | 70 | 64 |
| Binary | 1000000 | 1111010 | 11001001 | 1000100 | 100111 | 0 | 10101 | 11010111 | 111000 | 110100 |
Color Harmonies of #407AC9
Complementary color
Monochromatic Colors of #407AC9
Black with #407AC9
Text Example
Text Example
White with #407AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407AC9; }
p { color: rgb(64,122,201); }
H1.HeaderClassName
{
color: #407AC9;
}
.AnyTagClassName
{
color: #407AC9;
}
</style>
background-color css
<style>
a { background-color: #407AC9; }
a { background-color: rgb(64,122,201); }
div.DivClassName
{
background-color: #407AC9;
}
.BgClassName
{
background-color: #407AC9;
}
</style>
border-color css
<style>
span { border-color: #407AC9; }
span { border-color: rgb(64,122,201); }
td.TdClassName
{
border-color: #407AC9;
}
.TagClassName
{
border-color: #407AC9;
}
</style>