Shades of Curious Blue #4088CD
Tints of Curious Blue #4088CD
RGB
CMYK
RGB Variations
Color information
#4088CD (or 0x4088CD) is known color: Curious Blue. HEX triplet: 40, 88 and CD. RGB value is (64,136,205). Sum of RGB (Red+Green+Blue) = 64+136+205=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 136 (53.52% from 255 or 33.58% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #4088CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088CD is #BF7732. Grayscale: #797979. Windows color (decimal): -12547891 or 13469760. OLE color: 13469760.
HSL color Cylindrical-coordinate representation of color #4088CD: hue angle of 209.36º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4088CD is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 64 | 136 | 205 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.20 |
| HSL | 209.36º | 0.59% | 0.53% | - |
| HSV(B) | 209.36º | 0.69% | 0.8% | - |
| XYZ | 21.94 | 23.11 | 61.06 | - |
| YUV | 122.34 | 174.65 | 86.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 205 | 0.69 | 0.34 | 0 | 0.20 | 209.36 | 0.59 | 0.53 |
| Hex | 40 | 88 | CD | 45 | 22 | 0 | 14 | D1 | 3B | 35 |
| Octal | 100 | 210 | 315 | 105 | 42 | 0 | 24 | 321 | 73 | 65 |
| Binary | 1000000 | 10001000 | 11001101 | 1000101 | 100010 | 0 | 10100 | 11010001 | 111011 | 110101 |
Color Harmonies of #4088CD
Complementary color
Monochromatic Colors of #4088CD
Black with #4088CD
Text Example
Text Example
White with #4088CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4088CD; }
p { color: rgb(64,136,205); }
H1.HeaderClassName
{
color: #4088CD;
}
.AnyTagClassName
{
color: #4088CD;
}
</style>
background-color css
<style>
a { background-color: #4088CD; }
a { background-color: rgb(64,136,205); }
div.DivClassName
{
background-color: #4088CD;
}
.BgClassName
{
background-color: #4088CD;
}
</style>
border-color css
<style>
span { border-color: #4088CD; }
span { border-color: rgb(64,136,205); }
td.TdClassName
{
border-color: #4088CD;
}
.TagClassName
{
border-color: #4088CD;
}
</style>