Shades of Curious Blue #407DC8
Tints of Curious Blue #407DC8
RGB
CMYK
RGB Variations
Color information
#407DC8 (or 0x407DC8) is known color: Curious Blue. HEX triplet: 40, 7D and C8. RGB value is (64,125,200). Sum of RGB (Red+Green+Blue) = 64+125+200=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 200 (78.52% from 255 or 51.41% from 389); Max value from RGB is 200 - color contains mainly: blue. Hex color #407DC8 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #407DC8 is #BF8237. Grayscale: #727272. Windows color (decimal): -12550712 or 13139264. OLE color: 13139264.
HSL color Cylindrical-coordinate representation of color #407DC8: hue angle of 213.09º 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 #407DC8 is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 64 | 125 | 200 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.22 |
| HSL | 213.09º | 0.55% | 0.52% | - |
| HSV(B) | 213.09º | 0.68% | 0.78% | - |
| XYZ | 19.87 | 19.93 | 57.44 | - |
| YUV | 115.31 | 175.79 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 125 | 200 | 0.68 | 0.38 | 0 | 0.22 | 213.09 | 0.55 | 0.52 |
| Hex | 40 | 7D | C8 | 44 | 26 | 0 | 16 | D5 | 37 | 34 |
| Octal | 100 | 175 | 310 | 104 | 46 | 0 | 26 | 325 | 67 | 64 |
| Binary | 1000000 | 1111101 | 11001000 | 1000100 | 100110 | 0 | 10110 | 11010101 | 110111 | 110100 |
Color Harmonies of #407DC8
Complementary color
Monochromatic Colors of #407DC8
Black with #407DC8
Text Example
Text Example
White with #407DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407DC8; }
p { color: rgb(64,125,200); }
H1.HeaderClassName
{
color: #407DC8;
}
.AnyTagClassName
{
color: #407DC8;
}
</style>
background-color css
<style>
a { background-color: #407DC8; }
a { background-color: rgb(64,125,200); }
div.DivClassName
{
background-color: #407DC8;
}
.BgClassName
{
background-color: #407DC8;
}
</style>
border-color css
<style>
span { border-color: #407DC8; }
span { border-color: rgb(64,125,200); }
td.TdClassName
{
border-color: #407DC8;
}
.TagClassName
{
border-color: #407DC8;
}
</style>