Shades of Curious Blue #417DCB
Tints of Curious Blue #417DCB
RGB
CMYK
RGB Variations
Color information
#417DCB (or 0x417DCB) is known color: Curious Blue. HEX triplet: 41, 7D and CB. RGB value is (65,125,203). Sum of RGB (Red+Green+Blue) = 65+125+203=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 203 (79.69% from 255 or 51.65% from 393); Max value from RGB is 203 - color contains mainly: blue. Hex color #417DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417DCB is #BE8234. Grayscale: #737373. Windows color (decimal): -12485173 or 13335873. OLE color: 13335873.
HSL color Cylindrical-coordinate representation of color #417DCB: hue angle of 213.91º degrees, saturation: 0.57, 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 #417DCB is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 65 | 125 | 203 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.20 |
| HSL | 213.91º | 0.57% | 0.53% | - |
| HSV(B) | 213.91º | 0.68% | 0.8% | - |
| XYZ | 20.29 | 20.1 | 59.31 | - |
| YUV | 115.95 | 177.12 | 91.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 125 | 203 | 0.68 | 0.38 | 0 | 0.20 | 213.91 | 0.57 | 0.53 |
| Hex | 41 | 7D | CB | 44 | 26 | 0 | 14 | D6 | 39 | 35 |
| Octal | 101 | 175 | 313 | 104 | 46 | 0 | 24 | 326 | 71 | 65 |
| Binary | 1000001 | 1111101 | 11001011 | 1000100 | 100110 | 0 | 10100 | 11010110 | 111001 | 110101 |
Color Harmonies of #417DCB
Complementary color
Monochromatic Colors of #417DCB
Black with #417DCB
Text Example
Text Example
White with #417DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417DCB; }
p { color: rgb(65,125,203); }
H1.HeaderClassName
{
color: #417DCB;
}
.AnyTagClassName
{
color: #417DCB;
}
</style>
background-color css
<style>
a { background-color: #417DCB; }
a { background-color: rgb(65,125,203); }
div.DivClassName
{
background-color: #417DCB;
}
.BgClassName
{
background-color: #417DCB;
}
</style>
border-color css
<style>
span { border-color: #417DCB; }
span { border-color: rgb(65,125,203); }
td.TdClassName
{
border-color: #417DCB;
}
.TagClassName
{
border-color: #417DCB;
}
</style>