Shades of Curious Blue #408FC9
Tints of Curious Blue #408FC9
RGB
CMYK
RGB Variations
Color information
#408FC9 (or 0x408FC9) is known color: Curious Blue. HEX triplet: 40, 8F and C9. RGB value is (64,143,201). Sum of RGB (Red+Green+Blue) = 64+143+201=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 143 (56.25% from 255 or 35.05% from 408); Blue value is 201 (78.91% from 255 or 49.26% from 408); Max value from RGB is 201 - color contains mainly: blue. Hex color #408FC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408FC9 is #BF7036. Grayscale: #7D7D7D. Windows color (decimal): -12546103 or 13209408. OLE color: 13209408.
HSL color Cylindrical-coordinate representation of color #408FC9: hue angle of 205.4º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408FC9 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 143 | 201 | - |
| CMYK | 0.68 | 0.29 | 0 | 0.21 |
| HSL | 205.4º | 0.56% | 0.52% | - |
| HSV(B) | 205.4º | 0.68% | 0.79% | - |
| XYZ | 22.48 | 24.95 | 58.89 | - |
| YUV | 125.99 | 170.33 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 143 | 201 | 0.68 | 0.29 | 0 | 0.21 | 205.4 | 0.56 | 0.52 |
| Hex | 40 | 8F | C9 | 44 | 1D | 0 | 15 | CD | 38 | 34 |
| Octal | 100 | 217 | 311 | 104 | 35 | 0 | 25 | 315 | 70 | 64 |
| Binary | 1000000 | 10001111 | 11001001 | 1000100 | 11101 | 0 | 10101 | 11001101 | 111000 | 110100 |
Color Harmonies of #408FC9
Complementary color
Monochromatic Colors of #408FC9
Black with #408FC9
Text Example
Text Example
White with #408FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408FC9; }
p { color: rgb(64,143,201); }
H1.HeaderClassName
{
color: #408FC9;
}
.AnyTagClassName
{
color: #408FC9;
}
</style>
background-color css
<style>
a { background-color: #408FC9; }
a { background-color: rgb(64,143,201); }
div.DivClassName
{
background-color: #408FC9;
}
.BgClassName
{
background-color: #408FC9;
}
</style>
border-color css
<style>
span { border-color: #408FC9; }
span { border-color: rgb(64,143,201); }
td.TdClassName
{
border-color: #408FC9;
}
.TagClassName
{
border-color: #408FC9;
}
</style>