Shades of Curious Blue #4286CF
Tints of Curious Blue #4286CF
RGB
CMYK
RGB Variations
Color information
#4286CF (or 0x4286CF) is known color: Curious Blue. HEX triplet: 42, 86 and CF. RGB value is (66,134,207). Sum of RGB (Red+Green+Blue) = 66+134+207=407 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.22% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #4286CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4286CF is #BD7930. Grayscale: #797979. Windows color (decimal): -12417329 or 13600322. OLE color: 13600322.
HSL color Cylindrical-coordinate representation of color #4286CF: hue angle of 211.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4286CF is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 66 | 134 | 207 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.19 |
| HSL | 211.06º | 0.59% | 0.54% | - |
| HSV(B) | 211.06º | 0.68% | 0.81% | - |
| XYZ | 22.03 | 22.71 | 62.25 | - |
| YUV | 121.99 | 175.97 | 88.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 134 | 207 | 0.68 | 0.35 | 0 | 0.19 | 211.06 | 0.59 | 0.54 |
| Hex | 42 | 86 | CF | 44 | 23 | 0 | 13 | D3 | 3B | 36 |
| Octal | 102 | 206 | 317 | 104 | 43 | 0 | 23 | 323 | 73 | 66 |
| Binary | 1000010 | 10000110 | 11001111 | 1000100 | 100011 | 0 | 10011 | 11010011 | 111011 | 110110 |
Color Harmonies of #4286CF
Complementary color
Monochromatic Colors of #4286CF
Black with #4286CF
Text Example
Text Example
White with #4286CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4286CF; }
p { color: rgb(66,134,207); }
H1.HeaderClassName
{
color: #4286CF;
}
.AnyTagClassName
{
color: #4286CF;
}
</style>
background-color css
<style>
a { background-color: #4286CF; }
a { background-color: rgb(66,134,207); }
div.DivClassName
{
background-color: #4286CF;
}
.BgClassName
{
background-color: #4286CF;
}
</style>
border-color css
<style>
span { border-color: #4286CF; }
span { border-color: rgb(66,134,207); }
td.TdClassName
{
border-color: #4286CF;
}
.TagClassName
{
border-color: #4286CF;
}
</style>