Shades of Curious Blue #4086BF
Tints of Curious Blue #4086BF
RGB
CMYK
RGB Variations
Color information
#4086BF (or 0x4086BF) is known color: Curious Blue. HEX triplet: 40, 86 and BF. RGB value is (64,134,191). Sum of RGB (Red+Green+Blue) = 64+134+191=389 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.45% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #4086BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086BF is #BF7940. Grayscale: #777777. Windows color (decimal): -12548417 or 12551744. OLE color: 12551744.
HSL color Cylindrical-coordinate representation of color #4086BF: hue angle of 206.93º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4086BF is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 134 | 191 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.25 |
| HSL | 206.93º | 0.5% | 0.5% | - |
| HSV(B) | 206.93º | 0.66% | 0.75% | - |
| XYZ | 20.04 | 21.9 | 52.46 | - |
| YUV | 119.57 | 168.31 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 191 | 0.66 | 0.30 | 0 | 0.25 | 206.93 | 0.5 | 0.5 |
| Hex | 40 | 86 | BF | 42 | 1E | 0 | 19 | CF | 32 | 32 |
| Octal | 100 | 206 | 277 | 102 | 36 | 0 | 31 | 317 | 62 | 62 |
| Binary | 1000000 | 10000110 | 10111111 | 1000010 | 11110 | 0 | 11001 | 11001111 | 110010 | 110010 |
Color Harmonies of #4086BF
Complementary color
Monochromatic Colors of #4086BF
Black with #4086BF
Text Example
Text Example
White with #4086BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4086BF; }
p { color: rgb(64,134,191); }
H1.HeaderClassName
{
color: #4086BF;
}
.AnyTagClassName
{
color: #4086BF;
}
</style>
background-color css
<style>
a { background-color: #4086BF; }
a { background-color: rgb(64,134,191); }
div.DivClassName
{
background-color: #4086BF;
}
.BgClassName
{
background-color: #4086BF;
}
</style>
border-color css
<style>
span { border-color: #4086BF; }
span { border-color: rgb(64,134,191); }
td.TdClassName
{
border-color: #4086BF;
}
.TagClassName
{
border-color: #4086BF;
}
</style>