Shades of Curious Blue #418DCF
Tints of Curious Blue #418DCF
RGB
CMYK
RGB Variations
Color information
#418DCF (or 0x418DCF) is known color: Curious Blue. HEX triplet: 41, 8D and CF. RGB value is (65,141,207). Sum of RGB (Red+Green+Blue) = 65+141+207=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 141 (55.47% from 255 or 34.14% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #418DCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DCF is #BE7230. Grayscale: #7D7D7D. Windows color (decimal): -12481073 or 13602113. OLE color: 13602113.
HSL color Cylindrical-coordinate representation of color #418DCF: hue angle of 207.89º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #418DCF is Cyan = 0.69, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 65 | 141 | 207 | - |
| CMYK | 0.69 | 0.32 | 0 | 0.19 |
| HSL | 207.89º | 0.6% | 0.53% | - |
| HSV(B) | 207.89º | 0.69% | 0.81% | - |
| XYZ | 22.97 | 24.68 | 62.58 | - |
| YUV | 125.8 | 173.82 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 207 | 0.69 | 0.32 | 0 | 0.19 | 207.89 | 0.6 | 0.53 |
| Hex | 41 | 8D | CF | 45 | 20 | 0 | 13 | D0 | 3C | 35 |
| Octal | 101 | 215 | 317 | 105 | 40 | 0 | 23 | 320 | 74 | 65 |
| Binary | 1000001 | 10001101 | 11001111 | 1000101 | 100000 | 0 | 10011 | 11010000 | 111100 | 110101 |
Color Harmonies of #418DCF
Complementary color
Monochromatic Colors of #418DCF
Black with #418DCF
Text Example
Text Example
White with #418DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DCF; }
p { color: rgb(65,141,207); }
H1.HeaderClassName
{
color: #418DCF;
}
.AnyTagClassName
{
color: #418DCF;
}
</style>
background-color css
<style>
a { background-color: #418DCF; }
a { background-color: rgb(65,141,207); }
div.DivClassName
{
background-color: #418DCF;
}
.BgClassName
{
background-color: #418DCF;
}
</style>
border-color css
<style>
span { border-color: #418DCF; }
span { border-color: rgb(65,141,207); }
td.TdClassName
{
border-color: #418DCF;
}
.TagClassName
{
border-color: #418DCF;
}
</style>