Shades of Curious Blue #417FC6
Tints of Curious Blue #417FC6
RGB
CMYK
RGB Variations
Color information
#417FC6 (or 0x417FC6) is known color: Curious Blue. HEX triplet: 41, 7F and C6. RGB value is (65,127,198). Sum of RGB (Red+Green+Blue) = 65+127+198=390 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.67% from 390); Green value is 127 (50% from 255 or 32.56% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #417FC6 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FC6 is #BE8039. Grayscale: #747474. Windows color (decimal): -12484666 or 13008705. OLE color: 13008705.
HSL color Cylindrical-coordinate representation of color #417FC6: hue angle of 212.03º 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 #417FC6 is Cyan = 0.67, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 65 | 127 | 198 | - |
| CMYK | 0.67 | 0.36 | 0 | 0.22 |
| HSL | 212.03º | 0.54% | 0.52% | - |
| HSV(B) | 212.03º | 0.67% | 0.78% | - |
| XYZ | 19.96 | 20.38 | 56.31 | - |
| YUV | 116.56 | 173.96 | 91.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 198 | 0.67 | 0.36 | 0 | 0.22 | 212.03 | 0.54 | 0.52 |
| Hex | 41 | 7F | C6 | 43 | 24 | 0 | 16 | D4 | 36 | 34 |
| Octal | 101 | 177 | 306 | 103 | 44 | 0 | 26 | 324 | 66 | 64 |
| Binary | 1000001 | 1111111 | 11000110 | 1000011 | 100100 | 0 | 10110 | 11010100 | 110110 | 110100 |
Color Harmonies of #417FC6
Complementary color
Monochromatic Colors of #417FC6
Black with #417FC6
Text Example
Text Example
White with #417FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FC6; }
p { color: rgb(65,127,198); }
H1.HeaderClassName
{
color: #417FC6;
}
.AnyTagClassName
{
color: #417FC6;
}
</style>
background-color css
<style>
a { background-color: #417FC6; }
a { background-color: rgb(65,127,198); }
div.DivClassName
{
background-color: #417FC6;
}
.BgClassName
{
background-color: #417FC6;
}
</style>
border-color css
<style>
span { border-color: #417FC6; }
span { border-color: rgb(65,127,198); }
td.TdClassName
{
border-color: #417FC6;
}
.TagClassName
{
border-color: #417FC6;
}
</style>