Shades of Curious Blue #417FCA
Tints of Curious Blue #417FCA
RGB
CMYK
RGB Variations
Color information
#417FCA (or 0x417FCA) is known color: Curious Blue. HEX triplet: 41, 7F and CA. RGB value is (65,127,202). Sum of RGB (Red+Green+Blue) = 65+127+202=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 202 (79.30% from 255 or 51.27% from 394); Max value from RGB is 202 - color contains mainly: blue. Hex color #417FCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417FCA is #BE8035. Grayscale: #747474. Windows color (decimal): -12484662 or 13270849. OLE color: 13270849.
HSL color Cylindrical-coordinate representation of color #417FCA: hue angle of 212.85º 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 #417FCA is Cyan = 0.68, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 65 | 127 | 202 | - |
| CMYK | 0.68 | 0.37 | 0 | 0.21 |
| HSL | 212.85º | 0.56% | 0.52% | - |
| HSV(B) | 212.85º | 0.68% | 0.79% | - |
| XYZ | 20.43 | 20.57 | 58.77 | - |
| YUV | 117.01 | 175.96 | 90.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 127 | 202 | 0.68 | 0.37 | 0 | 0.21 | 212.85 | 0.56 | 0.52 |
| Hex | 41 | 7F | CA | 44 | 25 | 0 | 15 | D5 | 38 | 34 |
| Octal | 101 | 177 | 312 | 104 | 45 | 0 | 25 | 325 | 70 | 64 |
| Binary | 1000001 | 1111111 | 11001010 | 1000100 | 100101 | 0 | 10101 | 11010101 | 111000 | 110100 |
Color Harmonies of #417FCA
Complementary color
Monochromatic Colors of #417FCA
Black with #417FCA
Text Example
Text Example
White with #417FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417FCA; }
p { color: rgb(65,127,202); }
H1.HeaderClassName
{
color: #417FCA;
}
.AnyTagClassName
{
color: #417FCA;
}
</style>
background-color css
<style>
a { background-color: #417FCA; }
a { background-color: rgb(65,127,202); }
div.DivClassName
{
background-color: #417FCA;
}
.BgClassName
{
background-color: #417FCA;
}
</style>
border-color css
<style>
span { border-color: #417FCA; }
span { border-color: rgb(65,127,202); }
td.TdClassName
{
border-color: #417FCA;
}
.TagClassName
{
border-color: #417FCA;
}
</style>