Shades of Curious Blue #417FCC
Tints of Curious Blue #417FCC
RGB
CMYK
RGB Variations
Color information
#417FCC (or 0x417FCC) is known color: Curious Blue. HEX triplet: 41, 7F and CC. RGB value is (65,127,204). Sum of RGB (Red+Green+Blue) = 65+127+204=396 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.41% from 396); Green value is 127 (50% from 255 or 32.07% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #417FCC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FCC is #BE8033. Grayscale: #747474. Windows color (decimal): -12484660 or 13401921. OLE color: 13401921.
HSL color Cylindrical-coordinate representation of color #417FCC: hue angle of 213.24º degrees, saturation: 0.58, 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 #417FCC is Cyan = 0.68, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 65 | 127 | 204 | - |
| CMYK | 0.68 | 0.38 | 0 | 0.2 |
| HSL | 213.24º | 0.58% | 0.53% | - |
| HSV(B) | 213.24º | 0.68% | 0.8% | - |
| XYZ | 20.67 | 20.66 | 60.03 | - |
| YUV | 117.24 | 176.96 | 90.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 204 | 0.68 | 0.38 | 0 | 0.2 | 213.24 | 0.58 | 0.53 |
| Hex | 41 | 7F | CC | 44 | 26 | 0 | 14 | D5 | 3A | 35 |
| Octal | 101 | 177 | 314 | 104 | 46 | 0 | 24 | 325 | 72 | 65 |
| Binary | 1000001 | 1111111 | 11001100 | 1000100 | 100110 | 0 | 10100 | 11010101 | 111010 | 110101 |
Color Harmonies of #417FCC
Complementary color
Monochromatic Colors of #417FCC
Black with #417FCC
Text Example
Text Example
White with #417FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FCC; }
p { color: rgb(65,127,204); }
H1.HeaderClassName
{
color: #417FCC;
}
.AnyTagClassName
{
color: #417FCC;
}
</style>
background-color css
<style>
a { background-color: #417FCC; }
a { background-color: rgb(65,127,204); }
div.DivClassName
{
background-color: #417FCC;
}
.BgClassName
{
background-color: #417FCC;
}
</style>
border-color css
<style>
span { border-color: #417FCC; }
span { border-color: rgb(65,127,204); }
td.TdClassName
{
border-color: #417FCC;
}
.TagClassName
{
border-color: #417FCC;
}
</style>