Shades of Curious Blue #4088CE
Tints of Curious Blue #4088CE
RGB
CMYK
RGB Variations
Color information
#4088CE (or 0x4088CE) is known color: Curious Blue. HEX triplet: 40, 88 and CE. RGB value is (64,136,206). Sum of RGB (Red+Green+Blue) = 64+136+206=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 136 (53.52% from 255 or 33.50% from 406); Blue value is 206 (80.86% from 255 or 50.74% from 406); Max value from RGB is 206 - color contains mainly: blue. Hex color #4088CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4088CE is #BF7731. Grayscale: #7A7A7A. Windows color (decimal): -12547890 or 13535296. OLE color: 13535296.
HSL color Cylindrical-coordinate representation of color #4088CE: hue angle of 209.58º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4088CE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 136 | 206 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.19 |
| HSL | 209.58º | 0.59% | 0.53% | - |
| HSV(B) | 209.58º | 0.69% | 0.81% | - |
| XYZ | 22.06 | 23.15 | 61.7 | - |
| YUV | 122.45 | 175.15 | 86.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 206 | 0.69 | 0.34 | 0 | 0.19 | 209.58 | 0.59 | 0.53 |
| Hex | 40 | 88 | CE | 45 | 22 | 0 | 13 | D2 | 3B | 35 |
| Octal | 100 | 210 | 316 | 105 | 42 | 0 | 23 | 322 | 73 | 65 |
| Binary | 1000000 | 10001000 | 11001110 | 1000101 | 100010 | 0 | 10011 | 11010010 | 111011 | 110101 |
Color Harmonies of #4088CE
Complementary color
Monochromatic Colors of #4088CE
Black with #4088CE
Text Example
Text Example
White with #4088CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4088CE; }
p { color: rgb(64,136,206); }
H1.HeaderClassName
{
color: #4088CE;
}
.AnyTagClassName
{
color: #4088CE;
}
</style>
background-color css
<style>
a { background-color: #4088CE; }
a { background-color: rgb(64,136,206); }
div.DivClassName
{
background-color: #4088CE;
}
.BgClassName
{
background-color: #4088CE;
}
</style>
border-color css
<style>
span { border-color: #4088CE; }
span { border-color: rgb(64,136,206); }
td.TdClassName
{
border-color: #4088CE;
}
.TagClassName
{
border-color: #4088CE;
}
</style>