Shades of Curious Blue #417FC0
Tints of Curious Blue #417FC0
RGB
CMYK
RGB Variations
Color information
#417FC0 (or 0x417FC0) is known color: Curious Blue. HEX triplet: 41, 7F and C0. RGB value is (65,127,192). Sum of RGB (Red+Green+Blue) = 65+127+192=384 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.93% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 192 (75.39% from 255 or 50% from 384); Max value from RGB is 192 - color contains mainly: blue. Hex color #417FC0 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FC0 is #BE803F. Grayscale: #737373. Windows color (decimal): -12484672 or 12615489. OLE color: 12615489.
HSL color Cylindrical-coordinate representation of color #417FC0: hue angle of 210.71º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #417FC0 is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 127 | 192 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.25 |
| HSL | 210.71º | 0.5% | 0.5% | - |
| HSV(B) | 210.71º | 0.66% | 0.75% | - |
| XYZ | 19.28 | 20.11 | 52.73 | - |
| YUV | 115.87 | 170.96 | 91.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 192 | 0.66 | 0.34 | 0 | 0.25 | 210.71 | 0.5 | 0.5 |
| Hex | 41 | 7F | C0 | 42 | 22 | 0 | 19 | D3 | 32 | 32 |
| Octal | 101 | 177 | 300 | 102 | 42 | 0 | 31 | 323 | 62 | 62 |
| Binary | 1000001 | 1111111 | 11000000 | 1000010 | 100010 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #417FC0
Complementary color
Monochromatic Colors of #417FC0
Black with #417FC0
Text Example
Text Example
White with #417FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FC0; }
p { color: rgb(65,127,192); }
H1.HeaderClassName
{
color: #417FC0;
}
.AnyTagClassName
{
color: #417FC0;
}
</style>
background-color css
<style>
a { background-color: #417FC0; }
a { background-color: rgb(65,127,192); }
div.DivClassName
{
background-color: #417FC0;
}
.BgClassName
{
background-color: #417FC0;
}
</style>
border-color css
<style>
span { border-color: #417FC0; }
span { border-color: rgb(65,127,192); }
td.TdClassName
{
border-color: #417FC0;
}
.TagClassName
{
border-color: #417FC0;
}
</style>