Shades of Curious Blue #418DCC
Tints of Curious Blue #418DCC
RGB
CMYK
RGB Variations
Color information
#418DCC (or 0x418DCC) is known color: Curious Blue. HEX triplet: 41, 8D and CC. RGB value is (65,141,204). Sum of RGB (Red+Green+Blue) = 65+141+204=410 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.85% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #418DCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DCC is #BE7233. Grayscale: #7D7D7D. Windows color (decimal): -12481076 or 13405505. OLE color: 13405505.
HSL color Cylindrical-coordinate representation of color #418DCC: hue angle of 207.19º 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 #418DCC is Cyan = 0.68, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 141 | 204 | - |
| CMYK | 0.68 | 0.31 | 0 | 0.2 |
| HSL | 207.19º | 0.58% | 0.53% | - |
| HSV(B) | 207.19º | 0.68% | 0.8% | - |
| XYZ | 22.6 | 24.53 | 60.67 | - |
| YUV | 125.46 | 172.32 | 84.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 204 | 0.68 | 0.31 | 0 | 0.2 | 207.19 | 0.58 | 0.53 |
| Hex | 41 | 8D | CC | 44 | 1F | 0 | 14 | CF | 3A | 35 |
| Octal | 101 | 215 | 314 | 104 | 37 | 0 | 24 | 317 | 72 | 65 |
| Binary | 1000001 | 10001101 | 11001100 | 1000100 | 11111 | 0 | 10100 | 11001111 | 111010 | 110101 |
Color Harmonies of #418DCC
Complementary color
Monochromatic Colors of #418DCC
Black with #418DCC
Text Example
Text Example
White with #418DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DCC; }
p { color: rgb(65,141,204); }
H1.HeaderClassName
{
color: #418DCC;
}
.AnyTagClassName
{
color: #418DCC;
}
</style>
background-color css
<style>
a { background-color: #418DCC; }
a { background-color: rgb(65,141,204); }
div.DivClassName
{
background-color: #418DCC;
}
.BgClassName
{
background-color: #418DCC;
}
</style>
border-color css
<style>
span { border-color: #418DCC; }
span { border-color: rgb(65,141,204); }
td.TdClassName
{
border-color: #418DCC;
}
.TagClassName
{
border-color: #418DCC;
}
</style>