Shades of Curious Blue #417EC0
Tints of Curious Blue #417EC0
RGB
CMYK
RGB Variations
Color information
#417EC0 (or 0x417EC0) is known color: Curious Blue. HEX triplet: 41, 7E and C0. RGB value is (65,126,192). Sum of RGB (Red+Green+Blue) = 65+126+192=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 192 (75.39% from 255 or 50.13% from 383); Max value from RGB is 192 - color contains mainly: blue. Hex color #417EC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EC0 is #BE813F. Grayscale: #727272. Windows color (decimal): -12484928 or 12615233. OLE color: 12615233.
HSL color Cylindrical-coordinate representation of color #417EC0: hue angle of 211.18º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417EC0 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 126 | 192 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.25 |
| HSL | 211.18º | 0.5% | 0.5% | - |
| HSV(B) | 211.18º | 0.66% | 0.75% | - |
| XYZ | 19.16 | 19.85 | 52.69 | - |
| YUV | 115.29 | 171.29 | 92.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 192 | 0.66 | 0.34 | 0 | 0.25 | 211.18 | 0.5 | 0.5 |
| Hex | 41 | 7E | C0 | 42 | 22 | 0 | 19 | D3 | 32 | 32 |
| Octal | 101 | 176 | 300 | 102 | 42 | 0 | 31 | 323 | 62 | 62 |
| Binary | 1000001 | 1111110 | 11000000 | 1000010 | 100010 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #417EC0
Complementary color
Monochromatic Colors of #417EC0
Black with #417EC0
Text Example
Text Example
White with #417EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EC0; }
p { color: rgb(65,126,192); }
H1.HeaderClassName
{
color: #417EC0;
}
.AnyTagClassName
{
color: #417EC0;
}
</style>
background-color css
<style>
a { background-color: #417EC0; }
a { background-color: rgb(65,126,192); }
div.DivClassName
{
background-color: #417EC0;
}
.BgClassName
{
background-color: #417EC0;
}
</style>
border-color css
<style>
span { border-color: #417EC0; }
span { border-color: rgb(65,126,192); }
td.TdClassName
{
border-color: #417EC0;
}
.TagClassName
{
border-color: #417EC0;
}
</style>