Shades of Curious Blue #417DC7
Tints of Curious Blue #417DC7
RGB
CMYK
RGB Variations
Color information
#417DC7 (or 0x417DC7) is known color: Curious Blue. HEX triplet: 41, 7D and C7. RGB value is (65,125,199). Sum of RGB (Red+Green+Blue) = 65+125+199=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 125 (49.22% from 255 or 32.13% from 389); Blue value is 199 (78.12% from 255 or 51.16% from 389); Max value from RGB is 199 - color contains mainly: blue. Hex color #417DC7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DC7 is #BE8238. Grayscale: #737373. Windows color (decimal): -12485177 or 13073729. OLE color: 13073729.
HSL color Cylindrical-coordinate representation of color #417DC7: hue angle of 213.13º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417DC7 is Cyan = 0.67, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 125 | 199 | - |
| CMYK | 0.67 | 0.37 | 0 | 0.22 |
| HSL | 213.13º | 0.54% | 0.52% | - |
| HSV(B) | 213.13º | 0.67% | 0.78% | - |
| XYZ | 19.82 | 19.91 | 56.83 | - |
| YUV | 115.5 | 175.12 | 91.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 199 | 0.67 | 0.37 | 0 | 0.22 | 213.13 | 0.54 | 0.52 |
| Hex | 41 | 7D | C7 | 43 | 25 | 0 | 16 | D5 | 36 | 34 |
| Octal | 101 | 175 | 307 | 103 | 45 | 0 | 26 | 325 | 66 | 64 |
| Binary | 1000001 | 1111101 | 11000111 | 1000011 | 100101 | 0 | 10110 | 11010101 | 110110 | 110100 |
Color Harmonies of #417DC7
Complementary color
Monochromatic Colors of #417DC7
Black with #417DC7
Text Example
Text Example
White with #417DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DC7; }
p { color: rgb(65,125,199); }
H1.HeaderClassName
{
color: #417DC7;
}
.AnyTagClassName
{
color: #417DC7;
}
</style>
background-color css
<style>
a { background-color: #417DC7; }
a { background-color: rgb(65,125,199); }
div.DivClassName
{
background-color: #417DC7;
}
.BgClassName
{
background-color: #417DC7;
}
</style>
border-color css
<style>
span { border-color: #417DC7; }
span { border-color: rgb(65,125,199); }
td.TdClassName
{
border-color: #417DC7;
}
.TagClassName
{
border-color: #417DC7;
}
</style>