Shades of Curious Blue #408DCF
Tints of Curious Blue #408DCF
RGB
CMYK
RGB Variations
Color information
#408DCF (or 0x408DCF) is known color: Curious Blue. HEX triplet: 40, 8D and CF. RGB value is (64,141,207). Sum of RGB (Red+Green+Blue) = 64+141+207=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #408DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DCF is #BF7230. Grayscale: #7D7D7D. Windows color (decimal): -12546609 or 13602112. OLE color: 13602112.
HSL color Cylindrical-coordinate representation of color #408DCF: hue angle of 207.69º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #408DCF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 141 | 207 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.19 |
| HSL | 207.69º | 0.6% | 0.53% | - |
| HSV(B) | 207.69º | 0.69% | 0.81% | - |
| XYZ | 22.9 | 24.64 | 62.58 | - |
| YUV | 125.5 | 173.99 | 84.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 207 | 0.69 | 0.32 | 0 | 0.19 | 207.69 | 0.6 | 0.53 |
| Hex | 40 | 8D | CF | 45 | 20 | 0 | 13 | D0 | 3C | 35 |
| Octal | 100 | 215 | 317 | 105 | 40 | 0 | 23 | 320 | 74 | 65 |
| Binary | 1000000 | 10001101 | 11001111 | 1000101 | 100000 | 0 | 10011 | 11010000 | 111100 | 110101 |
Color Harmonies of #408DCF
Complementary color
Monochromatic Colors of #408DCF
Black with #408DCF
Text Example
Text Example
White with #408DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DCF; }
p { color: rgb(64,141,207); }
H1.HeaderClassName
{
color: #408DCF;
}
.AnyTagClassName
{
color: #408DCF;
}
</style>
background-color css
<style>
a { background-color: #408DCF; }
a { background-color: rgb(64,141,207); }
div.DivClassName
{
background-color: #408DCF;
}
.BgClassName
{
background-color: #408DCF;
}
</style>
border-color css
<style>
span { border-color: #408DCF; }
span { border-color: rgb(64,141,207); }
td.TdClassName
{
border-color: #408DCF;
}
.TagClassName
{
border-color: #408DCF;
}
</style>