Shades of Curious Blue #4286CC
Tints of Curious Blue #4286CC
RGB
CMYK
RGB Variations
Color information
#4286CC (or 0x4286CC) is known color: Curious Blue. HEX triplet: 42, 86 and CC. RGB value is (66,134,204). Sum of RGB (Red+Green+Blue) = 66+134+204=404 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.34% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #4286CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286CC is #BD7933. Grayscale: #797979. Windows color (decimal): -12417332 or 13403714. OLE color: 13403714.
HSL color Cylindrical-coordinate representation of color #4286CC: hue angle of 210.43º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4286CC is Cyan = 0.68, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 66 | 134 | 204 | - |
| CMYK | 0.68 | 0.34 | 0 | 0.2 |
| HSL | 210.43º | 0.58% | 0.53% | - |
| HSV(B) | 210.43º | 0.68% | 0.8% | - |
| XYZ | 21.67 | 22.57 | 60.34 | - |
| YUV | 121.65 | 174.47 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 204 | 0.68 | 0.34 | 0 | 0.2 | 210.43 | 0.58 | 0.53 |
| Hex | 42 | 86 | CC | 44 | 22 | 0 | 14 | D2 | 3A | 35 |
| Octal | 102 | 206 | 314 | 104 | 42 | 0 | 24 | 322 | 72 | 65 |
| Binary | 1000010 | 10000110 | 11001100 | 1000100 | 100010 | 0 | 10100 | 11010010 | 111010 | 110101 |
Color Harmonies of #4286CC
Complementary color
Monochromatic Colors of #4286CC
Black with #4286CC
Text Example
Text Example
White with #4286CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286CC; }
p { color: rgb(66,134,204); }
H1.HeaderClassName
{
color: #4286CC;
}
.AnyTagClassName
{
color: #4286CC;
}
</style>
background-color css
<style>
a { background-color: #4286CC; }
a { background-color: rgb(66,134,204); }
div.DivClassName
{
background-color: #4286CC;
}
.BgClassName
{
background-color: #4286CC;
}
</style>
border-color css
<style>
span { border-color: #4286CC; }
span { border-color: rgb(66,134,204); }
td.TdClassName
{
border-color: #4286CC;
}
.TagClassName
{
border-color: #4286CC;
}
</style>