Shades of Curious Blue #408DBC
Tints of Curious Blue #408DBC
RGB
CMYK
RGB Variations
Color information
#408DBC (or 0x408DBC) is known color: Curious Blue. HEX triplet: 40, 8D and BC. RGB value is (64,141,188). Sum of RGB (Red+Green+Blue) = 64+141+188=393 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.28% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #408DBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408DBC is #BF7243. Grayscale: #7B7B7B. Windows color (decimal): -12546628 or 12356928. OLE color: 12356928.
HSL color Cylindrical-coordinate representation of color #408DBC: hue angle of 202.74º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408DBC is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 141 | 188 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.26 |
| HSL | 202.74º | 0.49% | 0.49% | - |
| HSV(B) | 202.74º | 0.66% | 0.74% | - |
| XYZ | 20.72 | 23.77 | 51.07 | - |
| YUV | 123.34 | 164.49 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 141 | 188 | 0.66 | 0.25 | 0 | 0.26 | 202.74 | 0.49 | 0.49 |
| Hex | 40 | 8D | BC | 42 | 19 | 0 | 1A | CB | 31 | 31 |
| Octal | 100 | 215 | 274 | 102 | 31 | 0 | 32 | 313 | 61 | 61 |
| Binary | 1000000 | 10001101 | 10111100 | 1000010 | 11001 | 0 | 11010 | 11001011 | 110001 | 110001 |
Color Harmonies of #408DBC
Complementary color
Monochromatic Colors of #408DBC
Black with #408DBC
Text Example
Text Example
White with #408DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408DBC; }
p { color: rgb(64,141,188); }
H1.HeaderClassName
{
color: #408DBC;
}
.AnyTagClassName
{
color: #408DBC;
}
</style>
background-color css
<style>
a { background-color: #408DBC; }
a { background-color: rgb(64,141,188); }
div.DivClassName
{
background-color: #408DBC;
}
.BgClassName
{
background-color: #408DBC;
}
</style>
border-color css
<style>
span { border-color: #408DBC; }
span { border-color: rgb(64,141,188); }
td.TdClassName
{
border-color: #408DBC;
}
.TagClassName
{
border-color: #408DBC;
}
</style>