Shades of Curious Blue #4085C1
Tints of Curious Blue #4085C1
RGB
CMYK
RGB Variations
Color information
#4085C1 (or 0x4085C1) is known color: Curious Blue. HEX triplet: 40, 85 and C1. RGB value is (64,133,193). Sum of RGB (Red+Green+Blue) = 64+133+193=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #4085C1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4085C1 is #BF7A3E. Grayscale: #767676. Windows color (decimal): -12548671 or 12682560. OLE color: 12682560.
HSL color Cylindrical-coordinate representation of color #4085C1: hue angle of 207.91º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4085C1 is Cyan = 0.67, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 64 | 133 | 193 | - |
| CMYK | 0.67 | 0.31 | 0 | 0.24 |
| HSL | 207.91º | 0.51% | 0.5% | - |
| HSV(B) | 207.91º | 0.67% | 0.76% | - |
| XYZ | 20.13 | 21.72 | 53.58 | - |
| YUV | 119.21 | 169.64 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 133 | 193 | 0.67 | 0.31 | 0 | 0.24 | 207.91 | 0.51 | 0.5 |
| Hex | 40 | 85 | C1 | 43 | 1F | 0 | 18 | D0 | 33 | 32 |
| Octal | 100 | 205 | 301 | 103 | 37 | 0 | 30 | 320 | 63 | 62 |
| Binary | 1000000 | 10000101 | 11000001 | 1000011 | 11111 | 0 | 11000 | 11010000 | 110011 | 110010 |
Color Harmonies of #4085C1
Complementary color
Monochromatic Colors of #4085C1
Black with #4085C1
Text Example
Text Example
White with #4085C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4085C1; }
p { color: rgb(64,133,193); }
H1.HeaderClassName
{
color: #4085C1;
}
.AnyTagClassName
{
color: #4085C1;
}
</style>
background-color css
<style>
a { background-color: #4085C1; }
a { background-color: rgb(64,133,193); }
div.DivClassName
{
background-color: #4085C1;
}
.BgClassName
{
background-color: #4085C1;
}
</style>
border-color css
<style>
span { border-color: #4085C1; }
span { border-color: rgb(64,133,193); }
td.TdClassName
{
border-color: #4085C1;
}
.TagClassName
{
border-color: #4085C1;
}
</style>