Shades of Curious Blue #417DC1
Tints of Curious Blue #417DC1
RGB
CMYK
RGB Variations
Color information
#417DC1 (or 0x417DC1) is known color: Curious Blue. HEX triplet: 41, 7D and C1. RGB value is (65,125,193). Sum of RGB (Red+Green+Blue) = 65+125+193=383 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.97% from 383); Green value is 125 (49.22% from 255 or 32.64% from 383); Blue value is 193 (75.78% from 255 or 50.39% from 383); Max value from RGB is 193 - color contains mainly: blue. Hex color #417DC1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DC1 is #BE823E. Grayscale: #727272. Windows color (decimal): -12485183 or 12680513. OLE color: 12680513.
HSL color Cylindrical-coordinate representation of color #417DC1: hue angle of 211.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417DC1 is Cyan = 0.66, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 65 | 125 | 193 | - |
| CMYK | 0.66 | 0.35 | 0 | 0.24 |
| HSL | 211.88º | 0.51% | 0.51% | - |
| HSV(B) | 211.88º | 0.66% | 0.76% | - |
| XYZ | 19.14 | 19.64 | 53.23 | - |
| YUV | 114.81 | 172.12 | 92.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 193 | 0.66 | 0.35 | 0 | 0.24 | 211.88 | 0.51 | 0.51 |
| Hex | 41 | 7D | C1 | 42 | 23 | 0 | 18 | D4 | 33 | 33 |
| Octal | 101 | 175 | 301 | 102 | 43 | 0 | 30 | 324 | 63 | 63 |
| Binary | 1000001 | 1111101 | 11000001 | 1000010 | 100011 | 0 | 11000 | 11010100 | 110011 | 110011 |
Color Harmonies of #417DC1
Complementary color
Monochromatic Colors of #417DC1
Black with #417DC1
Text Example
Text Example
White with #417DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DC1; }
p { color: rgb(65,125,193); }
H1.HeaderClassName
{
color: #417DC1;
}
.AnyTagClassName
{
color: #417DC1;
}
</style>
background-color css
<style>
a { background-color: #417DC1; }
a { background-color: rgb(65,125,193); }
div.DivClassName
{
background-color: #417DC1;
}
.BgClassName
{
background-color: #417DC1;
}
</style>
border-color css
<style>
span { border-color: #417DC1; }
span { border-color: rgb(65,125,193); }
td.TdClassName
{
border-color: #417DC1;
}
.TagClassName
{
border-color: #417DC1;
}
</style>