Shades of Curious Blue #417DCC
Tints of Curious Blue #417DCC
RGB
CMYK
RGB Variations
Color information
#417DCC (or 0x417DCC) is known color: Curious Blue. HEX triplet: 41, 7D and CC. RGB value is (65,125,204). Sum of RGB (Red+Green+Blue) = 65+125+204=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 125 (49.22% from 255 or 31.73% from 394); Blue value is 204 (80.08% from 255 or 51.78% from 394); Max value from RGB is 204 - color contains mainly: blue. Hex color #417DCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DCC is #BE8233. Grayscale: #737373. Windows color (decimal): -12485172 or 13401409. OLE color: 13401409.
HSL color Cylindrical-coordinate representation of color #417DCC: hue angle of 214.1º 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 #417DCC is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 125 | 204 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.2 |
| HSL | 214.1º | 0.58% | 0.53% | - |
| HSV(B) | 214.1º | 0.68% | 0.8% | - |
| XYZ | 20.41 | 20.15 | 59.94 | - |
| YUV | 116.07 | 177.62 | 91.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 204 | 0.68 | 0.39 | 0 | 0.2 | 214.1 | 0.58 | 0.53 |
| Hex | 41 | 7D | CC | 44 | 27 | 0 | 14 | D6 | 3A | 35 |
| Octal | 101 | 175 | 314 | 104 | 47 | 0 | 24 | 326 | 72 | 65 |
| Binary | 1000001 | 1111101 | 11001100 | 1000100 | 100111 | 0 | 10100 | 11010110 | 111010 | 110101 |
Color Harmonies of #417DCC
Complementary color
Monochromatic Colors of #417DCC
Black with #417DCC
Text Example
Text Example
White with #417DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DCC; }
p { color: rgb(65,125,204); }
H1.HeaderClassName
{
color: #417DCC;
}
.AnyTagClassName
{
color: #417DCC;
}
</style>
background-color css
<style>
a { background-color: #417DCC; }
a { background-color: rgb(65,125,204); }
div.DivClassName
{
background-color: #417DCC;
}
.BgClassName
{
background-color: #417DCC;
}
</style>
border-color css
<style>
span { border-color: #417DCC; }
span { border-color: rgb(65,125,204); }
td.TdClassName
{
border-color: #417DCC;
}
.TagClassName
{
border-color: #417DCC;
}
</style>