Shades of Curious Blue #4184D0
Tints of Curious Blue #4184D0
RGB
CMYK
RGB Variations
Color information
#4184D0 (or 0x4184D0) is known color: Curious Blue. HEX triplet: 41, 84 and D0. RGB value is (65,132,208). Sum of RGB (Red+Green+Blue) = 65+132+208=405 (53% of max value = 765). Red value is 65 (25.78% from 255 or 16.05% from 405); Green value is 132 (51.95% from 255 or 32.59% from 405); Blue value is 208 (81.64% from 255 or 51.36% from 405); Max value from RGB is 208 - color contains mainly: blue. Hex color #4184D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4184D0 is #BE7B2F. Grayscale: #787878. Windows color (decimal): -12483376 or 13665345. OLE color: 13665345.
HSL color Cylindrical-coordinate representation of color #4184D0: hue angle of 211.89º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4184D0 is Cyan = 0.69, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 65 | 132 | 208 | - |
| CMYK | 0.69 | 0.37 | 0 | 0.18 |
| HSL | 211.89º | 0.6% | 0.54% | - |
| HSV(B) | 211.89º | 0.69% | 0.82% | - |
| XYZ | 21.82 | 22.18 | 62.81 | - |
| YUV | 120.63 | 177.3 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 132 | 208 | 0.69 | 0.37 | 0 | 0.18 | 211.89 | 0.6 | 0.54 |
| Hex | 41 | 84 | D0 | 45 | 25 | 0 | 12 | D4 | 3C | 36 |
| Octal | 101 | 204 | 320 | 105 | 45 | 0 | 22 | 324 | 74 | 66 |
| Binary | 1000001 | 10000100 | 11010000 | 1000101 | 100101 | 0 | 10010 | 11010100 | 111100 | 110110 |
Color Harmonies of #4184D0
Complementary color
Monochromatic Colors of #4184D0
Black with #4184D0
Text Example
Text Example
White with #4184D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4184D0; }
p { color: rgb(65,132,208); }
H1.HeaderClassName
{
color: #4184D0;
}
.AnyTagClassName
{
color: #4184D0;
}
</style>
background-color css
<style>
a { background-color: #4184D0; }
a { background-color: rgb(65,132,208); }
div.DivClassName
{
background-color: #4184D0;
}
.BgClassName
{
background-color: #4184D0;
}
</style>
border-color css
<style>
span { border-color: #4184D0; }
span { border-color: rgb(65,132,208); }
td.TdClassName
{
border-color: #4184D0;
}
.TagClassName
{
border-color: #4184D0;
}
</style>