Shades of Curious Blue #417BC5
Tints of Curious Blue #417BC5
RGB
CMYK
RGB Variations
Color information
#417BC5 (or 0x417BC5) is known color: Curious Blue. HEX triplet: 41, 7B and C5. RGB value is (65,123,197). Sum of RGB (Red+Green+Blue) = 65+123+197=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 123 (48.44% from 255 or 31.95% from 385); Blue value is 197 (77.34% from 255 or 51.17% from 385); Max value from RGB is 197 - color contains mainly: blue. Hex color #417BC5 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417BC5 is #BE843A. Grayscale: #717171. Windows color (decimal): -12485691 or 12942145. OLE color: 12942145.
HSL color Cylindrical-coordinate representation of color #417BC5: hue angle of 213.64º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #417BC5 is Cyan = 0.67, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 65 | 123 | 197 | - |
| CMYK | 0.67 | 0.38 | 0 | 0.23 |
| HSL | 213.64º | 0.53% | 0.51% | - |
| HSV(B) | 213.64º | 0.67% | 0.77% | - |
| XYZ | 19.34 | 19.32 | 55.53 | - |
| YUV | 114.09 | 174.78 | 92.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 123 | 197 | 0.67 | 0.38 | 0 | 0.23 | 213.64 | 0.53 | 0.51 |
| Hex | 41 | 7B | C5 | 43 | 26 | 0 | 17 | D6 | 35 | 33 |
| Octal | 101 | 173 | 305 | 103 | 46 | 0 | 27 | 326 | 65 | 63 |
| Binary | 1000001 | 1111011 | 11000101 | 1000011 | 100110 | 0 | 10111 | 11010110 | 110101 | 110011 |
Color Harmonies of #417BC5
Complementary color
Monochromatic Colors of #417BC5
Black with #417BC5
Text Example
Text Example
White with #417BC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417BC5; }
p { color: rgb(65,123,197); }
H1.HeaderClassName
{
color: #417BC5;
}
.AnyTagClassName
{
color: #417BC5;
}
</style>
background-color css
<style>
a { background-color: #417BC5; }
a { background-color: rgb(65,123,197); }
div.DivClassName
{
background-color: #417BC5;
}
.BgClassName
{
background-color: #417BC5;
}
</style>
border-color css
<style>
span { border-color: #417BC5; }
span { border-color: rgb(65,123,197); }
td.TdClassName
{
border-color: #417BC5;
}
.TagClassName
{
border-color: #417BC5;
}
</style>