Shades of Curious Blue #4087CE
Tints of Curious Blue #4087CE
RGB
CMYK
RGB Variations
Color information
#4087CE (or 0x4087CE) is known color: Curious Blue. HEX triplet: 40, 87 and CE. RGB value is (64,135,206). Sum of RGB (Red+Green+Blue) = 64+135+206=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #4087CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4087CE is #BF7831. Grayscale: #797979. Windows color (decimal): -12548146 or 13535040. OLE color: 13535040.
HSL color Cylindrical-coordinate representation of color #4087CE: hue angle of 210º 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 #4087CE is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 135 | 206 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.19 |
| HSL | 210º | 0.59% | 0.53% | - |
| HSV(B) | 210º | 0.69% | 0.81% | - |
| XYZ | 21.92 | 22.87 | 61.65 | - |
| YUV | 121.87 | 175.48 | 86.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 135 | 206 | 0.69 | 0.34 | 0 | 0.19 | 210 | 0.59 | 0.53 |
| Hex | 40 | 87 | CE | 45 | 22 | 0 | 13 | D2 | 3B | 35 |
| Octal | 100 | 207 | 316 | 105 | 42 | 0 | 23 | 322 | 73 | 65 |
| Binary | 1000000 | 10000111 | 11001110 | 1000101 | 100010 | 0 | 10011 | 11010010 | 111011 | 110101 |
Color Harmonies of #4087CE
Complementary color
Monochromatic Colors of #4087CE
Black with #4087CE
Text Example
Text Example
White with #4087CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4087CE; }
p { color: rgb(64,135,206); }
H1.HeaderClassName
{
color: #4087CE;
}
.AnyTagClassName
{
color: #4087CE;
}
</style>
background-color css
<style>
a { background-color: #4087CE; }
a { background-color: rgb(64,135,206); }
div.DivClassName
{
background-color: #4087CE;
}
.BgClassName
{
background-color: #4087CE;
}
</style>
border-color css
<style>
span { border-color: #4087CE; }
span { border-color: rgb(64,135,206); }
td.TdClassName
{
border-color: #4087CE;
}
.TagClassName
{
border-color: #4087CE;
}
</style>