Shades of Curious Blue #4186BF
Tints of Curious Blue #4186BF
RGB
CMYK
RGB Variations
Color information
#4186BF (or 0x4186BF) is known color: Curious Blue. HEX triplet: 41, 86 and BF. RGB value is (65,134,191). Sum of RGB (Red+Green+Blue) = 65+134+191=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 134 (52.73% from 255 or 34.36% from 390); Blue value is 191 (75% from 255 or 48.97% from 390); Max value from RGB is 191 - color contains mainly: blue. Hex color #4186BF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4186BF is #BE7940. Grayscale: #777777. Windows color (decimal): -12482881 or 12551745. OLE color: 12551745.
HSL color Cylindrical-coordinate representation of color #4186BF: hue angle of 207.14º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4186BF is Cyan = 0.66, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 134 | 191 | - |
| CMYK | 0.66 | 0.30 | 0 | 0.25 |
| HSL | 207.14º | 0.5% | 0.5% | - |
| HSV(B) | 207.14º | 0.66% | 0.75% | - |
| XYZ | 20.11 | 21.94 | 52.46 | - |
| YUV | 119.87 | 168.14 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 134 | 191 | 0.66 | 0.30 | 0 | 0.25 | 207.14 | 0.5 | 0.5 |
| Hex | 41 | 86 | BF | 42 | 1E | 0 | 19 | CF | 32 | 32 |
| Octal | 101 | 206 | 277 | 102 | 36 | 0 | 31 | 317 | 62 | 62 |
| Binary | 1000001 | 10000110 | 10111111 | 1000010 | 11110 | 0 | 11001 | 11001111 | 110010 | 110010 |
Color Harmonies of #4186BF
Complementary color
Monochromatic Colors of #4186BF
Black with #4186BF
Text Example
Text Example
White with #4186BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4186BF; }
p { color: rgb(65,134,191); }
H1.HeaderClassName
{
color: #4186BF;
}
.AnyTagClassName
{
color: #4186BF;
}
</style>
background-color css
<style>
a { background-color: #4186BF; }
a { background-color: rgb(65,134,191); }
div.DivClassName
{
background-color: #4186BF;
}
.BgClassName
{
background-color: #4186BF;
}
</style>
border-color css
<style>
span { border-color: #4186BF; }
span { border-color: rgb(65,134,191); }
td.TdClassName
{
border-color: #4186BF;
}
.TagClassName
{
border-color: #4186BF;
}
</style>