Shades of Curious Blue #408FBF
Tints of Curious Blue #408FBF
RGB
CMYK
RGB Variations
Color information
#408FBF (or 0x408FBF) is known color: Curious Blue. HEX triplet: 40, 8F and BF. RGB value is (64,143,191). Sum of RGB (Red+Green+Blue) = 64+143+191=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 143 (56.25% from 255 or 35.93% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #408FBF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FBF is #BF7040. Grayscale: #7C7C7C. Windows color (decimal): -12546113 or 12554048. OLE color: 12554048.
HSL color Cylindrical-coordinate representation of color #408FBF: hue angle of 202.68º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #408FBF is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 143 | 191 | - |
| CMYK | 0.66 | 0.25 | 0 | 0.25 |
| HSL | 202.68º | 0.5% | 0.5% | - |
| HSV(B) | 202.68º | 0.66% | 0.75% | - |
| XYZ | 21.34 | 24.5 | 52.89 | - |
| YUV | 124.85 | 165.33 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 191 | 0.66 | 0.25 | 0 | 0.25 | 202.68 | 0.5 | 0.5 |
| Hex | 40 | 8F | BF | 42 | 19 | 0 | 19 | CB | 32 | 32 |
| Octal | 100 | 217 | 277 | 102 | 31 | 0 | 31 | 313 | 62 | 62 |
| Binary | 1000000 | 10001111 | 10111111 | 1000010 | 11001 | 0 | 11001 | 11001011 | 110010 | 110010 |
Color Harmonies of #408FBF
Complementary color
Monochromatic Colors of #408FBF
Black with #408FBF
Text Example
Text Example
White with #408FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FBF; }
p { color: rgb(64,143,191); }
H1.HeaderClassName
{
color: #408FBF;
}
.AnyTagClassName
{
color: #408FBF;
}
</style>
background-color css
<style>
a { background-color: #408FBF; }
a { background-color: rgb(64,143,191); }
div.DivClassName
{
background-color: #408FBF;
}
.BgClassName
{
background-color: #408FBF;
}
</style>
border-color css
<style>
span { border-color: #408FBF; }
span { border-color: rgb(64,143,191); }
td.TdClassName
{
border-color: #408FBF;
}
.TagClassName
{
border-color: #408FBF;
}
</style>