Shades of Curious Blue #408FBC
Tints of Curious Blue #408FBC
RGB
CMYK
RGB Variations
Color information
#408FBC (or 0x408FBC) is known color: Curious Blue. HEX triplet: 40, 8F and BC. RGB value is (64,143,188). Sum of RGB (Red+Green+Blue) = 64+143+188=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 143 (56.25% from 255 or 36.20% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #408FBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FBC is #BF7043. Grayscale: #7C7C7C. Windows color (decimal): -12546116 or 12357440. OLE color: 12357440.
HSL color Cylindrical-coordinate representation of color #408FBC: hue angle of 201.77º 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 #408FBC is Cyan = 0.66, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 143 | 188 | - |
| CMYK | 0.66 | 0.24 | 0 | 0.26 |
| HSL | 201.77º | 0.49% | 0.49% | - |
| HSV(B) | 201.77º | 0.66% | 0.74% | - |
| XYZ | 21.01 | 24.37 | 51.17 | - |
| YUV | 124.51 | 163.83 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 188 | 0.66 | 0.24 | 0 | 0.26 | 201.77 | 0.49 | 0.49 |
| Hex | 40 | 8F | BC | 42 | 18 | 0 | 1A | CA | 31 | 31 |
| Octal | 100 | 217 | 274 | 102 | 30 | 0 | 32 | 312 | 61 | 61 |
| Binary | 1000000 | 10001111 | 10111100 | 1000010 | 11000 | 0 | 11010 | 11001010 | 110001 | 110001 |
Color Harmonies of #408FBC
Complementary color
Monochromatic Colors of #408FBC
Black with #408FBC
Text Example
Text Example
White with #408FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FBC; }
p { color: rgb(64,143,188); }
H1.HeaderClassName
{
color: #408FBC;
}
.AnyTagClassName
{
color: #408FBC;
}
</style>
background-color css
<style>
a { background-color: #408FBC; }
a { background-color: rgb(64,143,188); }
div.DivClassName
{
background-color: #408FBC;
}
.BgClassName
{
background-color: #408FBC;
}
</style>
border-color css
<style>
span { border-color: #408FBC; }
span { border-color: rgb(64,143,188); }
td.TdClassName
{
border-color: #408FBC;
}
.TagClassName
{
border-color: #408FBC;
}
</style>