Shades of Curious Blue #408ACB
Tints of Curious Blue #408ACB
RGB
CMYK
RGB Variations
Color information
#408ACB (or 0x408ACB) is known color: Curious Blue. HEX triplet: 40, 8A and CB. RGB value is (64,138,203). Sum of RGB (Red+Green+Blue) = 64+138+203=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 138 (54.30% from 255 or 34.07% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #408ACB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #408ACB is #BF7534. Grayscale: #7A7A7A. Windows color (decimal): -12547381 or 13339200. OLE color: 13339200.
HSL color Cylindrical-coordinate representation of color #408ACB: hue angle of 208.06º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #408ACB is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 138 | 203 | - |
| CMYK | 0.68 | 0.32 | 0 | 0.20 |
| HSL | 208.06º | 0.57% | 0.52% | - |
| HSV(B) | 208.06º | 0.68% | 0.8% | - |
| XYZ | 21.98 | 23.58 | 59.89 | - |
| YUV | 123.28 | 172.98 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 138 | 203 | 0.68 | 0.32 | 0 | 0.20 | 208.06 | 0.57 | 0.52 |
| Hex | 40 | 8A | CB | 44 | 20 | 0 | 14 | D0 | 39 | 34 |
| Octal | 100 | 212 | 313 | 104 | 40 | 0 | 24 | 320 | 71 | 64 |
| Binary | 1000000 | 10001010 | 11001011 | 1000100 | 100000 | 0 | 10100 | 11010000 | 111001 | 110100 |
Color Harmonies of #408ACB
Complementary color
Monochromatic Colors of #408ACB
Black with #408ACB
Text Example
Text Example
White with #408ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408ACB; }
p { color: rgb(64,138,203); }
H1.HeaderClassName
{
color: #408ACB;
}
.AnyTagClassName
{
color: #408ACB;
}
</style>
background-color css
<style>
a { background-color: #408ACB; }
a { background-color: rgb(64,138,203); }
div.DivClassName
{
background-color: #408ACB;
}
.BgClassName
{
background-color: #408ACB;
}
</style>
border-color css
<style>
span { border-color: #408ACB; }
span { border-color: rgb(64,138,203); }
td.TdClassName
{
border-color: #408ACB;
}
.TagClassName
{
border-color: #408ACB;
}
</style>