Shades of Curious Blue #4085BB
Tints of Curious Blue #4085BB
RGB
CMYK
RGB Variations
Color information
#4085BB (or 0x4085BB) is known color: Curious Blue. HEX triplet: 40, 85 and BB. RGB value is (64,133,187). Sum of RGB (Red+Green+Blue) = 64+133+187=384 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.67% from 384); Green value is 133 (52.34% from 255 or 34.64% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #4085BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4085BB is #BF7A44. Grayscale: #767676. Windows color (decimal): -12548677 or 12289344. OLE color: 12289344.
HSL color Cylindrical-coordinate representation of color #4085BB: hue angle of 206.34º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4085BB is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 64 | 133 | 187 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.27 |
| HSL | 206.34º | 0.49% | 0.49% | - |
| HSV(B) | 206.34º | 0.66% | 0.73% | - |
| XYZ | 19.47 | 21.45 | 50.13 | - |
| YUV | 118.53 | 166.64 | 89.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 187 | 0.66 | 0.29 | 0 | 0.27 | 206.34 | 0.49 | 0.49 |
| Hex | 40 | 85 | BB | 42 | 1D | 0 | 1B | CE | 31 | 31 |
| Octal | 100 | 205 | 273 | 102 | 35 | 0 | 33 | 316 | 61 | 61 |
| Binary | 1000000 | 10000101 | 10111011 | 1000010 | 11101 | 0 | 11011 | 11001110 | 110001 | 110001 |
Color Harmonies of #4085BB
Complementary color
Monochromatic Colors of #4085BB
Black with #4085BB
Text Example
Text Example
White with #4085BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4085BB; }
p { color: rgb(64,133,187); }
H1.HeaderClassName
{
color: #4085BB;
}
.AnyTagClassName
{
color: #4085BB;
}
</style>
background-color css
<style>
a { background-color: #4085BB; }
a { background-color: rgb(64,133,187); }
div.DivClassName
{
background-color: #4085BB;
}
.BgClassName
{
background-color: #4085BB;
}
</style>
border-color css
<style>
span { border-color: #4085BB; }
span { border-color: rgb(64,133,187); }
td.TdClassName
{
border-color: #4085BB;
}
.TagClassName
{
border-color: #4085BB;
}
</style>