Shades of Curious Blue #418DBA
Tints of Curious Blue #418DBA
RGB
CMYK
RGB Variations
Color information
#418DBA (or 0x418DBA) is known color: Curious Blue. HEX triplet: 41, 8D and BA. RGB value is (65,141,186). Sum of RGB (Red+Green+Blue) = 65+141+186=392 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.58% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #418DBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DBA is #BE7245. Grayscale: #7B7B7B. Windows color (decimal): -12481094 or 12225857. OLE color: 12225857.
HSL color Cylindrical-coordinate representation of color #418DBA: hue angle of 202.31º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #418DBA is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 141 | 186 | - |
| CMYK | 0.65 | 0.24 | 0 | 0.27 |
| HSL | 202.31º | 0.48% | 0.49% | - |
| HSV(B) | 202.31º | 0.65% | 0.73% | - |
| XYZ | 20.57 | 23.72 | 49.95 | - |
| YUV | 123.41 | 163.32 | 86.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 186 | 0.65 | 0.24 | 0 | 0.27 | 202.31 | 0.48 | 0.49 |
| Hex | 41 | 8D | BA | 41 | 18 | 0 | 1B | CA | 30 | 31 |
| Octal | 101 | 215 | 272 | 101 | 30 | 0 | 33 | 312 | 60 | 61 |
| Binary | 1000001 | 10001101 | 10111010 | 1000001 | 11000 | 0 | 11011 | 11001010 | 110000 | 110001 |
Color Harmonies of #418DBA
Complementary color
Monochromatic Colors of #418DBA
Black with #418DBA
Text Example
Text Example
White with #418DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DBA; }
p { color: rgb(65,141,186); }
H1.HeaderClassName
{
color: #418DBA;
}
.AnyTagClassName
{
color: #418DBA;
}
</style>
background-color css
<style>
a { background-color: #418DBA; }
a { background-color: rgb(65,141,186); }
div.DivClassName
{
background-color: #418DBA;
}
.BgClassName
{
background-color: #418DBA;
}
</style>
border-color css
<style>
span { border-color: #418DBA; }
span { border-color: rgb(65,141,186); }
td.TdClassName
{
border-color: #418DBA;
}
.TagClassName
{
border-color: #418DBA;
}
</style>