Shades of Curious Blue #418ECC
Tints of Curious Blue #418ECC
RGB
CMYK
RGB Variations
Color information
#418ECC (or 0x418ECC) is known color: Curious Blue. HEX triplet: 41, 8E and CC. RGB value is (65,142,204). Sum of RGB (Red+Green+Blue) = 65+142+204=411 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.82% from 411); Green value is 142 (55.86% from 255 or 34.55% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #418ECC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418ECC is #BE7133. Grayscale: #7D7D7D. Windows color (decimal): -12480820 or 13405761. OLE color: 13405761.
HSL color Cylindrical-coordinate representation of color #418ECC: hue angle of 206.76º 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 #418ECC is Cyan = 0.68, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 142 | 204 | - |
| CMYK | 0.68 | 0.30 | 0 | 0.2 |
| HSL | 206.76º | 0.58% | 0.53% | - |
| HSV(B) | 206.76º | 0.68% | 0.8% | - |
| XYZ | 22.75 | 24.83 | 60.72 | - |
| YUV | 126.05 | 171.99 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 142 | 204 | 0.68 | 0.30 | 0 | 0.2 | 206.76 | 0.58 | 0.53 |
| Hex | 41 | 8E | CC | 44 | 1E | 0 | 14 | CF | 3A | 35 |
| Octal | 101 | 216 | 314 | 104 | 36 | 0 | 24 | 317 | 72 | 65 |
| Binary | 1000001 | 10001110 | 11001100 | 1000100 | 11110 | 0 | 10100 | 11001111 | 111010 | 110101 |
Color Harmonies of #418ECC
Complementary color
Monochromatic Colors of #418ECC
Black with #418ECC
Text Example
Text Example
White with #418ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418ECC; }
p { color: rgb(65,142,204); }
H1.HeaderClassName
{
color: #418ECC;
}
.AnyTagClassName
{
color: #418ECC;
}
</style>
background-color css
<style>
a { background-color: #418ECC; }
a { background-color: rgb(65,142,204); }
div.DivClassName
{
background-color: #418ECC;
}
.BgClassName
{
background-color: #418ECC;
}
</style>
border-color css
<style>
span { border-color: #418ECC; }
span { border-color: rgb(65,142,204); }
td.TdClassName
{
border-color: #418ECC;
}
.TagClassName
{
border-color: #418ECC;
}
</style>