Shades of Curious Blue #417EBF
Tints of Curious Blue #417EBF
RGB
CMYK
RGB Variations
Color information
#417EBF (or 0x417EBF) is known color: Curious Blue. HEX triplet: 41, 7E and BF. RGB value is (65,126,191). Sum of RGB (Red+Green+Blue) = 65+126+191=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 126 (49.61% from 255 or 32.98% from 382); Blue value is 191 (75% from 255 or 50% from 382); Max value from RGB is 191 - color contains mainly: blue. Hex color #417EBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #417EBF is #BE8140. Grayscale: #727272. Windows color (decimal): -12484929 or 12549697. OLE color: 12549697.
HSL color Cylindrical-coordinate representation of color #417EBF: hue angle of 210.95º 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 #417EBF is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 126 | 191 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.25 |
| HSL | 210.95º | 0.5% | 0.5% | - |
| HSV(B) | 210.95º | 0.66% | 0.75% | - |
| XYZ | 19.04 | 19.81 | 52.11 | - |
| YUV | 115.17 | 170.79 | 92.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 126 | 191 | 0.66 | 0.34 | 0 | 0.25 | 210.95 | 0.5 | 0.5 |
| Hex | 41 | 7E | BF | 42 | 22 | 0 | 19 | D3 | 32 | 32 |
| Octal | 101 | 176 | 277 | 102 | 42 | 0 | 31 | 323 | 62 | 62 |
| Binary | 1000001 | 1111110 | 10111111 | 1000010 | 100010 | 0 | 11001 | 11010011 | 110010 | 110010 |
Color Harmonies of #417EBF
Complementary color
Monochromatic Colors of #417EBF
Black with #417EBF
Text Example
Text Example
White with #417EBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417EBF; }
p { color: rgb(65,126,191); }
H1.HeaderClassName
{
color: #417EBF;
}
.AnyTagClassName
{
color: #417EBF;
}
</style>
background-color css
<style>
a { background-color: #417EBF; }
a { background-color: rgb(65,126,191); }
div.DivClassName
{
background-color: #417EBF;
}
.BgClassName
{
background-color: #417EBF;
}
</style>
border-color css
<style>
span { border-color: #417EBF; }
span { border-color: rgb(65,126,191); }
td.TdClassName
{
border-color: #417EBF;
}
.TagClassName
{
border-color: #417EBF;
}
</style>