Shades of Curious Blue #417CCA
Tints of Curious Blue #417CCA
RGB
CMYK
RGB Variations
Color information
#417CCA (or 0x417CCA) is known color: Curious Blue. HEX triplet: 41, 7C and CA. RGB value is (65,124,202). Sum of RGB (Red+Green+Blue) = 65+124+202=391 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.62% from 391); Green value is 124 (48.83% from 255 or 31.71% from 391); Blue value is 202 (79.30% from 255 or 51.66% from 391); Max value from RGB is 202 - color contains mainly: blue. Hex color #417CCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417CCA is #BE8335. Grayscale: #727272. Windows color (decimal): -12485430 or 13270081. OLE color: 13270081.
HSL color Cylindrical-coordinate representation of color #417CCA: hue angle of 214.16º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #417CCA is Cyan = 0.68, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 124 | 202 | - |
| CMYK | 0.68 | 0.39 | 0 | 0.21 |
| HSL | 214.16º | 0.56% | 0.52% | - |
| HSV(B) | 214.16º | 0.68% | 0.79% | - |
| XYZ | 20.05 | 19.8 | 58.64 | - |
| YUV | 115.25 | 176.95 | 92.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 124 | 202 | 0.68 | 0.39 | 0 | 0.21 | 214.16 | 0.56 | 0.52 |
| Hex | 41 | 7C | CA | 44 | 27 | 0 | 15 | D6 | 38 | 34 |
| Octal | 101 | 174 | 312 | 104 | 47 | 0 | 25 | 326 | 70 | 64 |
| Binary | 1000001 | 1111100 | 11001010 | 1000100 | 100111 | 0 | 10101 | 11010110 | 111000 | 110100 |
Color Harmonies of #417CCA
Complementary color
Monochromatic Colors of #417CCA
Black with #417CCA
Text Example
Text Example
White with #417CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417CCA; }
p { color: rgb(65,124,202); }
H1.HeaderClassName
{
color: #417CCA;
}
.AnyTagClassName
{
color: #417CCA;
}
</style>
background-color css
<style>
a { background-color: #417CCA; }
a { background-color: rgb(65,124,202); }
div.DivClassName
{
background-color: #417CCA;
}
.BgClassName
{
background-color: #417CCA;
}
</style>
border-color css
<style>
span { border-color: #417CCA; }
span { border-color: rgb(65,124,202); }
td.TdClassName
{
border-color: #417CCA;
}
.TagClassName
{
border-color: #417CCA;
}
</style>