Shades of Curious Blue #408BCD
Tints of Curious Blue #408BCD
RGB
CMYK
RGB Variations
Color information
#408BCD (or 0x408BCD) is known color: Curious Blue. HEX triplet: 40, 8B and CD. RGB value is (64,139,205). Sum of RGB (Red+Green+Blue) = 64+139+205=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 139 (54.69% from 255 or 34.07% from 408); Blue value is 205 (80.47% from 255 or 50.25% from 408); Max value from RGB is 205 - color contains mainly: blue. Hex color #408BCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408BCD is #BF7432. Grayscale: #7B7B7B. Windows color (decimal): -12547123 or 13470528. OLE color: 13470528.
HSL color Cylindrical-coordinate representation of color #408BCD: hue angle of 208.09º degrees, saturation: 0.59, 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 #408BCD is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 139 | 205 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.20 |
| HSL | 208.09º | 0.59% | 0.53% | - |
| HSV(B) | 208.09º | 0.69% | 0.8% | - |
| XYZ | 22.37 | 23.96 | 61.2 | - |
| YUV | 124.1 | 173.65 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 139 | 205 | 0.69 | 0.32 | 0 | 0.20 | 208.09 | 0.59 | 0.53 |
| Hex | 40 | 8B | CD | 45 | 20 | 0 | 14 | D0 | 3B | 35 |
| Octal | 100 | 213 | 315 | 105 | 40 | 0 | 24 | 320 | 73 | 65 |
| Binary | 1000000 | 10001011 | 11001101 | 1000101 | 100000 | 0 | 10100 | 11010000 | 111011 | 110101 |
Color Harmonies of #408BCD
Complementary color
Monochromatic Colors of #408BCD
Black with #408BCD
Text Example
Text Example
White with #408BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408BCD; }
p { color: rgb(64,139,205); }
H1.HeaderClassName
{
color: #408BCD;
}
.AnyTagClassName
{
color: #408BCD;
}
</style>
background-color css
<style>
a { background-color: #408BCD; }
a { background-color: rgb(64,139,205); }
div.DivClassName
{
background-color: #408BCD;
}
.BgClassName
{
background-color: #408BCD;
}
</style>
border-color css
<style>
span { border-color: #408BCD; }
span { border-color: rgb(64,139,205); }
td.TdClassName
{
border-color: #408BCD;
}
.TagClassName
{
border-color: #408BCD;
}
</style>