Shades of Curious Blue #408AD3
Tints of Curious Blue #408AD3
RGB
CMYK
RGB Variations
Color information
#408AD3 (or 0x408AD3) is known color: Curious Blue. HEX triplet: 40, 8A and D3. RGB value is (64,138,211). Sum of RGB (Red+Green+Blue) = 64+138+211=413 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.50% from 413); Green value is 138 (54.30% from 255 or 33.41% from 413); Blue value is 211 (82.81% from 255 or 51.09% from 413); Max value from RGB is 211 - color contains mainly: blue. Hex color #408AD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408AD3 is #BF752C. Grayscale: #7B7B7B. Windows color (decimal): -12547373 or 13863488. OLE color: 13863488.
HSL color Cylindrical-coordinate representation of color #408AD3: hue angle of 209.8º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #408AD3 is Cyan = 0.70, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 64 | 138 | 211 | - |
| CMYK | 0.70 | 0.35 | 0 | 0.17 |
| HSL | 209.8º | 0.63% | 0.54% | - |
| HSV(B) | 209.8º | 0.7% | 0.83% | - |
| XYZ | 22.96 | 23.97 | 65.04 | - |
| YUV | 124.2 | 176.98 | 85.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 211 | 0.70 | 0.35 | 0 | 0.17 | 209.8 | 0.63 | 0.54 |
| Hex | 40 | 8A | D3 | 46 | 23 | 0 | 11 | D2 | 3F | 36 |
| Octal | 100 | 212 | 323 | 106 | 43 | 0 | 21 | 322 | 77 | 66 |
| Binary | 1000000 | 10001010 | 11010011 | 1000110 | 100011 | 0 | 10001 | 11010010 | 111111 | 110110 |
Color Harmonies of #408AD3
Complementary color
Monochromatic Colors of #408AD3
Black with #408AD3
Text Example
Text Example
White with #408AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408AD3; }
p { color: rgb(64,138,211); }
H1.HeaderClassName
{
color: #408AD3;
}
.AnyTagClassName
{
color: #408AD3;
}
</style>
background-color css
<style>
a { background-color: #408AD3; }
a { background-color: rgb(64,138,211); }
div.DivClassName
{
background-color: #408AD3;
}
.BgClassName
{
background-color: #408AD3;
}
</style>
border-color css
<style>
span { border-color: #408AD3; }
span { border-color: rgb(64,138,211); }
td.TdClassName
{
border-color: #408AD3;
}
.TagClassName
{
border-color: #408AD3;
}
</style>