Shades of Curious Blue #4185CC
Tints of Curious Blue #4185CC
RGB
CMYK
RGB Variations
Color information
#4185CC (or 0x4185CC) is known color: Curious Blue. HEX triplet: 41, 85 and CC. RGB value is (65,133,204). Sum of RGB (Red+Green+Blue) = 65+133+204=402 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.17% from 402); Green value is 133 (52.34% from 255 or 33.08% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #4185CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4185CC is #BE7A33. Grayscale: #787878. Windows color (decimal): -12483124 or 13403457. OLE color: 13403457.
HSL color Cylindrical-coordinate representation of color #4185CC: hue angle of 210.65º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4185CC is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 133 | 204 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.2 |
| HSL | 210.65º | 0.58% | 0.53% | - |
| HSV(B) | 210.65º | 0.68% | 0.8% | - |
| XYZ | 21.47 | 22.26 | 60.29 | - |
| YUV | 120.76 | 174.97 | 88.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 133 | 204 | 0.68 | 0.35 | 0 | 0.2 | 210.65 | 0.58 | 0.53 |
| Hex | 41 | 85 | CC | 44 | 23 | 0 | 14 | D3 | 3A | 35 |
| Octal | 101 | 205 | 314 | 104 | 43 | 0 | 24 | 323 | 72 | 65 |
| Binary | 1000001 | 10000101 | 11001100 | 1000100 | 100011 | 0 | 10100 | 11010011 | 111010 | 110101 |
Color Harmonies of #4185CC
Complementary color
Monochromatic Colors of #4185CC
Black with #4185CC
Text Example
Text Example
White with #4185CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4185CC; }
p { color: rgb(65,133,204); }
H1.HeaderClassName
{
color: #4185CC;
}
.AnyTagClassName
{
color: #4185CC;
}
</style>
background-color css
<style>
a { background-color: #4185CC; }
a { background-color: rgb(65,133,204); }
div.DivClassName
{
background-color: #4185CC;
}
.BgClassName
{
background-color: #4185CC;
}
</style>
border-color css
<style>
span { border-color: #4185CC; }
span { border-color: rgb(65,133,204); }
td.TdClassName
{
border-color: #4185CC;
}
.TagClassName
{
border-color: #4185CC;
}
</style>