Shades of Curious Blue #4086CE
Tints of Curious Blue #4086CE
RGB
CMYK
RGB Variations
Color information
#4086CE (or 0x4086CE) is known color: Curious Blue. HEX triplet: 40, 86 and CE. RGB value is (64,134,206). Sum of RGB (Red+Green+Blue) = 64+134+206=404 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.84% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #4086CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086CE is #BF7931. Grayscale: #787878. Windows color (decimal): -12548402 or 13534784. OLE color: 13534784.
HSL color Cylindrical-coordinate representation of color #4086CE: hue angle of 210.42º 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 #4086CE is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 134 | 206 | - |
| CMYK | 0.69 | 0.35 | 0 | 0.19 |
| HSL | 210.42º | 0.59% | 0.53% | - |
| HSV(B) | 210.42º | 0.69% | 0.81% | - |
| XYZ | 21.78 | 22.6 | 61.61 | - |
| YUV | 121.28 | 175.81 | 87.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 206 | 0.69 | 0.35 | 0 | 0.19 | 210.42 | 0.59 | 0.53 |
| Hex | 40 | 86 | CE | 45 | 23 | 0 | 13 | D2 | 3B | 35 |
| Octal | 100 | 206 | 316 | 105 | 43 | 0 | 23 | 322 | 73 | 65 |
| Binary | 1000000 | 10000110 | 11001110 | 1000101 | 100011 | 0 | 10011 | 11010010 | 111011 | 110101 |
Color Harmonies of #4086CE
Complementary color
Monochromatic Colors of #4086CE
Black with #4086CE
Text Example
Text Example
White with #4086CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4086CE; }
p { color: rgb(64,134,206); }
H1.HeaderClassName
{
color: #4086CE;
}
.AnyTagClassName
{
color: #4086CE;
}
</style>
background-color css
<style>
a { background-color: #4086CE; }
a { background-color: rgb(64,134,206); }
div.DivClassName
{
background-color: #4086CE;
}
.BgClassName
{
background-color: #4086CE;
}
</style>
border-color css
<style>
span { border-color: #4086CE; }
span { border-color: rgb(64,134,206); }
td.TdClassName
{
border-color: #4086CE;
}
.TagClassName
{
border-color: #4086CE;
}
</style>