Shades of Curious Blue #4286C0
Tints of Curious Blue #4286C0
RGB
CMYK
RGB Variations
Color information
#4286C0 (or 0x4286C0) is known color: Curious Blue. HEX triplet: 42, 86 and C0. RGB value is (66,134,192). Sum of RGB (Red+Green+Blue) = 66+134+192=392 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.84% from 392); Green value is 134 (52.73% from 255 or 34.18% from 392); Blue value is 192 (75.39% from 255 or 48.98% from 392); Max value from RGB is 192 - color contains mainly: blue. Hex color #4286C0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286C0 is #BD793F. Grayscale: #777777. Windows color (decimal): -12417344 or 12617282. OLE color: 12617282.
HSL color Cylindrical-coordinate representation of color #4286C0: hue angle of 207.62º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4286C0 is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 134 | 192 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.25 |
| HSL | 207.62º | 0.5% | 0.51% | - |
| HSV(B) | 207.62º | 0.66% | 0.75% | - |
| XYZ | 20.29 | 22.01 | 53.05 | - |
| YUV | 120.28 | 168.47 | 89.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 192 | 0.66 | 0.30 | 0 | 0.25 | 207.62 | 0.5 | 0.51 |
| Hex | 42 | 86 | C0 | 42 | 1E | 0 | 19 | D0 | 32 | 33 |
| Octal | 102 | 206 | 300 | 102 | 36 | 0 | 31 | 320 | 62 | 63 |
| Binary | 1000010 | 10000110 | 11000000 | 1000010 | 11110 | 0 | 11001 | 11010000 | 110010 | 110011 |
Color Harmonies of #4286C0
Complementary color
Monochromatic Colors of #4286C0
Black with #4286C0
Text Example
Text Example
White with #4286C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286C0; }
p { color: rgb(66,134,192); }
H1.HeaderClassName
{
color: #4286C0;
}
.AnyTagClassName
{
color: #4286C0;
}
</style>
background-color css
<style>
a { background-color: #4286C0; }
a { background-color: rgb(66,134,192); }
div.DivClassName
{
background-color: #4286C0;
}
.BgClassName
{
background-color: #4286C0;
}
</style>
border-color css
<style>
span { border-color: #4286C0; }
span { border-color: rgb(66,134,192); }
td.TdClassName
{
border-color: #4286C0;
}
.TagClassName
{
border-color: #4286C0;
}
</style>