Shades of Curious Blue #4286BA
Tints of Curious Blue #4286BA
RGB
CMYK
RGB Variations
Color information
#4286BA (or 0x4286BA) is known color: Curious Blue. HEX triplet: 42, 86 and BA. RGB value is (66,134,186). Sum of RGB (Red+Green+Blue) = 66+134+186=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #4286BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286BA is #BD7945. Grayscale: #777777. Windows color (decimal): -12417350 or 12224066. OLE color: 12224066.
HSL color Cylindrical-coordinate representation of color #4286BA: hue angle of 206º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4286BA is Cyan = 0.65, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 134 | 186 | - |
| CMYK | 0.65 | 0.28 | 0 | 0.27 |
| HSL | 206º | 0.48% | 0.49% | - |
| HSV(B) | 206º | 0.65% | 0.73% | - |
| XYZ | 19.63 | 21.75 | 49.62 | - |
| YUV | 119.6 | 165.47 | 89.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 186 | 0.65 | 0.28 | 0 | 0.27 | 206 | 0.48 | 0.49 |
| Hex | 42 | 86 | BA | 41 | 1C | 0 | 1B | CE | 30 | 31 |
| Octal | 102 | 206 | 272 | 101 | 34 | 0 | 33 | 316 | 60 | 61 |
| Binary | 1000010 | 10000110 | 10111010 | 1000001 | 11100 | 0 | 11011 | 11001110 | 110000 | 110001 |
Color Harmonies of #4286BA
Complementary color
Monochromatic Colors of #4286BA
Black with #4286BA
Text Example
Text Example
White with #4286BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286BA; }
p { color: rgb(66,134,186); }
H1.HeaderClassName
{
color: #4286BA;
}
.AnyTagClassName
{
color: #4286BA;
}
</style>
background-color css
<style>
a { background-color: #4286BA; }
a { background-color: rgb(66,134,186); }
div.DivClassName
{
background-color: #4286BA;
}
.BgClassName
{
background-color: #4286BA;
}
</style>
border-color css
<style>
span { border-color: #4286BA; }
span { border-color: rgb(66,134,186); }
td.TdClassName
{
border-color: #4286BA;
}
.TagClassName
{
border-color: #4286BA;
}
</style>