Shades of Curious Blue #418DB7
Tints of Curious Blue #418DB7
RGB
CMYK
RGB Variations
Color information
#418DB7 (or 0x418DB7) is known color: Curious Blue. HEX triplet: 41, 8D and B7. RGB value is (65,141,183). Sum of RGB (Red+Green+Blue) = 65+141+183=389 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.71% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 183 (71.88% from 255 or 47.04% from 389); Max value from RGB is 183 - color contains mainly: blue. Hex color #418DB7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DB7 is #BE7248. Grayscale: #7A7A7A. Windows color (decimal): -12481097 or 12029249. OLE color: 12029249.
HSL color Cylindrical-coordinate representation of color #418DB7: hue angle of 201.36º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #418DB7 is Cyan = 0.64, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 65 | 141 | 183 | - |
| CMYK | 0.64 | 0.23 | 0 | 0.28 |
| HSL | 201.36º | 0.48% | 0.49% | - |
| HSV(B) | 201.36º | 0.64% | 0.72% | - |
| XYZ | 20.25 | 23.59 | 48.29 | - |
| YUV | 123.06 | 161.82 | 86.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 183 | 0.64 | 0.23 | 0 | 0.28 | 201.36 | 0.48 | 0.49 |
| Hex | 41 | 8D | B7 | 40 | 17 | 0 | 1C | C9 | 30 | 31 |
| Octal | 101 | 215 | 267 | 100 | 27 | 0 | 34 | 311 | 60 | 61 |
| Binary | 1000001 | 10001101 | 10110111 | 1000000 | 10111 | 0 | 11100 | 11001001 | 110000 | 110001 |
Color Harmonies of #418DB7
Complementary color
Monochromatic Colors of #418DB7
Black with #418DB7
Text Example
Text Example
White with #418DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DB7; }
p { color: rgb(65,141,183); }
H1.HeaderClassName
{
color: #418DB7;
}
.AnyTagClassName
{
color: #418DB7;
}
</style>
background-color css
<style>
a { background-color: #418DB7; }
a { background-color: rgb(65,141,183); }
div.DivClassName
{
background-color: #418DB7;
}
.BgClassName
{
background-color: #418DB7;
}
</style>
border-color css
<style>
span { border-color: #418DB7; }
span { border-color: rgb(65,141,183); }
td.TdClassName
{
border-color: #418DB7;
}
.TagClassName
{
border-color: #418DB7;
}
</style>