Shades of Curious Blue #4086CC
Tints of Curious Blue #4086CC
RGB
CMYK
RGB Variations
Color information
#4086CC (or 0x4086CC) is known color: Curious Blue. HEX triplet: 40, 86 and CC. RGB value is (64,134,204). Sum of RGB (Red+Green+Blue) = 64+134+204=402 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.92% from 402); Green value is 134 (52.73% from 255 or 33.33% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #4086CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4086CC is #BF7933. Grayscale: #787878. Windows color (decimal): -12548404 or 13403712. OLE color: 13403712.
HSL color Cylindrical-coordinate representation of color #4086CC: hue angle of 210º degrees, saturation: 0.58, 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 #4086CC is Cyan = 0.69, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 134 | 204 | - |
| CMYK | 0.69 | 0.34 | 0 | 0.2 |
| HSL | 210º | 0.58% | 0.53% | - |
| HSV(B) | 210º | 0.69% | 0.8% | - |
| XYZ | 21.54 | 22.5 | 60.33 | - |
| YUV | 121.05 | 174.81 | 87.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 134 | 204 | 0.69 | 0.34 | 0 | 0.2 | 210 | 0.58 | 0.53 |
| Hex | 40 | 86 | CC | 45 | 22 | 0 | 14 | D2 | 3A | 35 |
| Octal | 100 | 206 | 314 | 105 | 42 | 0 | 24 | 322 | 72 | 65 |
| Binary | 1000000 | 10000110 | 11001100 | 1000101 | 100010 | 0 | 10100 | 11010010 | 111010 | 110101 |
Color Harmonies of #4086CC
Complementary color
Monochromatic Colors of #4086CC
Black with #4086CC
Text Example
Text Example
White with #4086CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4086CC; }
p { color: rgb(64,134,204); }
H1.HeaderClassName
{
color: #4086CC;
}
.AnyTagClassName
{
color: #4086CC;
}
</style>
background-color css
<style>
a { background-color: #4086CC; }
a { background-color: rgb(64,134,204); }
div.DivClassName
{
background-color: #4086CC;
}
.BgClassName
{
background-color: #4086CC;
}
</style>
border-color css
<style>
span { border-color: #4086CC; }
span { border-color: rgb(64,134,204); }
td.TdClassName
{
border-color: #4086CC;
}
.TagClassName
{
border-color: #4086CC;
}
</style>