Shades of Curious Blue #407DC7
Tints of Curious Blue #407DC7
RGB
CMYK
RGB Variations
Color information
#407DC7 (or 0x407DC7) is known color: Curious Blue. HEX triplet: 40, 7D and C7. RGB value is (64,125,199). Sum of RGB (Red+Green+Blue) = 64+125+199=388 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.49% from 388); Green value is 125 (49.22% from 255 or 32.22% from 388); Blue value is 199 (78.12% from 255 or 51.29% from 388); Max value from RGB is 199 - color contains mainly: blue. Hex color #407DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DC7 is #BF8238. Grayscale: #727272. Windows color (decimal): -12550713 or 13073728. OLE color: 13073728.
HSL color Cylindrical-coordinate representation of color #407DC7: hue angle of 212.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #407DC7 is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 125 | 199 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.22 |
| HSL | 212.89º | 0.55% | 0.52% | - |
| HSV(B) | 212.89º | 0.68% | 0.78% | - |
| XYZ | 19.76 | 19.88 | 56.83 | - |
| YUV | 115.2 | 175.29 | 91.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 199 | 0.68 | 0.37 | 0 | 0.22 | 212.89 | 0.55 | 0.52 |
| Hex | 40 | 7D | C7 | 44 | 25 | 0 | 16 | D5 | 37 | 34 |
| Octal | 100 | 175 | 307 | 104 | 45 | 0 | 26 | 325 | 67 | 64 |
| Binary | 1000000 | 1111101 | 11000111 | 1000100 | 100101 | 0 | 10110 | 11010101 | 110111 | 110100 |
Color Harmonies of #407DC7
Complementary color
Monochromatic Colors of #407DC7
Black with #407DC7
Text Example
Text Example
White with #407DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DC7; }
p { color: rgb(64,125,199); }
H1.HeaderClassName
{
color: #407DC7;
}
.AnyTagClassName
{
color: #407DC7;
}
</style>
background-color css
<style>
a { background-color: #407DC7; }
a { background-color: rgb(64,125,199); }
div.DivClassName
{
background-color: #407DC7;
}
.BgClassName
{
background-color: #407DC7;
}
</style>
border-color css
<style>
span { border-color: #407DC7; }
span { border-color: rgb(64,125,199); }
td.TdClassName
{
border-color: #407DC7;
}
.TagClassName
{
border-color: #407DC7;
}
</style>