Shades of Curious Blue #409AC9
Tints of Curious Blue #409AC9
RGB
CMYK
RGB Variations
Color information
#409AC9 (or 0x409AC9) is known color: Curious Blue. HEX triplet: 40, 9A and C9. RGB value is (64,154,201). Sum of RGB (Red+Green+Blue) = 64+154+201=419 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.27% from 419); Green value is 154 (60.55% from 255 or 36.75% from 419); Blue value is 201 (78.91% from 255 or 47.97% from 419); Max value from RGB is 201 - color contains mainly: blue. Hex color #409AC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #409AC9 is #BF6536. Grayscale: #848484. Windows color (decimal): -12543287 or 13212224. OLE color: 13212224.
HSL color Cylindrical-coordinate representation of color #409AC9: hue angle of 200.58º 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 #409AC9 is Cyan = 0.68, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 64 | 154 | 201 | - |
| CMYK | 0.68 | 0.23 | 0 | 0.21 |
| HSL | 200.58º | 0.56% | 0.52% | - |
| HSV(B) | 200.58º | 0.68% | 0.79% | - |
| XYZ | 24.21 | 28.42 | 59.47 | - |
| YUV | 132.45 | 166.68 | 79.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 154 | 201 | 0.68 | 0.23 | 0 | 0.21 | 200.58 | 0.56 | 0.52 |
| Hex | 40 | 9A | C9 | 44 | 17 | 0 | 15 | C9 | 38 | 34 |
| Octal | 100 | 232 | 311 | 104 | 27 | 0 | 25 | 311 | 70 | 64 |
| Binary | 1000000 | 10011010 | 11001001 | 1000100 | 10111 | 0 | 10101 | 11001001 | 111000 | 110100 |
Color Harmonies of #409AC9
Complementary color
Monochromatic Colors of #409AC9
Black with #409AC9
Text Example
Text Example
White with #409AC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409AC9; }
p { color: rgb(64,154,201); }
H1.HeaderClassName
{
color: #409AC9;
}
.AnyTagClassName
{
color: #409AC9;
}
</style>
background-color css
<style>
a { background-color: #409AC9; }
a { background-color: rgb(64,154,201); }
div.DivClassName
{
background-color: #409AC9;
}
.BgClassName
{
background-color: #409AC9;
}
</style>
border-color css
<style>
span { border-color: #409AC9; }
span { border-color: rgb(64,154,201); }
td.TdClassName
{
border-color: #409AC9;
}
.TagClassName
{
border-color: #409AC9;
}
</style>