Shades of Curious Blue #408AD5
Tints of Curious Blue #408AD5
RGB
CMYK
RGB Variations
Color information
#408AD5 (or 0x408AD5) is known color: Curious Blue. HEX triplet: 40, 8A and D5. RGB value is (64,138,213). Sum of RGB (Red+Green+Blue) = 64+138+213=415 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.42% from 415); Green value is 138 (54.30% from 255 or 33.25% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #408AD5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AD5 is #BF752A. Grayscale: #7C7C7C. Windows color (decimal): -12547371 or 13994560. OLE color: 13994560.
HSL color Cylindrical-coordinate representation of color #408AD5: hue angle of 210.2º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #408AD5 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 64 | 138 | 213 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.16 |
| HSL | 210.2º | 0.64% | 0.54% | - |
| HSV(B) | 210.2º | 0.7% | 0.84% | - |
| XYZ | 23.21 | 24.07 | 66.37 | - |
| YUV | 124.42 | 177.98 | 84.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 213 | 0.70 | 0.35 | 0 | 0.16 | 210.2 | 0.64 | 0.54 |
| Hex | 40 | 8A | D5 | 46 | 23 | 0 | 10 | D2 | 40 | 36 |
| Octal | 100 | 212 | 325 | 106 | 43 | 0 | 20 | 322 | 100 | 66 |
| Binary | 1000000 | 10001010 | 11010101 | 1000110 | 100011 | 0 | 10000 | 11010010 | 1000000 | 110110 |
Color Harmonies of #408AD5
Complementary color
Monochromatic Colors of #408AD5
Black with #408AD5
Text Example
Text Example
White with #408AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AD5; }
p { color: rgb(64,138,213); }
H1.HeaderClassName
{
color: #408AD5;
}
.AnyTagClassName
{
color: #408AD5;
}
</style>
background-color css
<style>
a { background-color: #408AD5; }
a { background-color: rgb(64,138,213); }
div.DivClassName
{
background-color: #408AD5;
}
.BgClassName
{
background-color: #408AD5;
}
</style>
border-color css
<style>
span { border-color: #408AD5; }
span { border-color: rgb(64,138,213); }
td.TdClassName
{
border-color: #408AD5;
}
.TagClassName
{
border-color: #408AD5;
}
</style>