Shades of Curious Blue #418DBB
Tints of Curious Blue #418DBB
RGB
CMYK
RGB Variations
Color information
#418DBB (or 0x418DBB) is known color: Curious Blue. HEX triplet: 41, 8D and BB. RGB value is (65,141,187). Sum of RGB (Red+Green+Blue) = 65+141+187=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #418DBB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418DBB is #BE7244. Grayscale: #7B7B7B. Windows color (decimal): -12481093 or 12291393. OLE color: 12291393.
HSL color Cylindrical-coordinate representation of color #418DBB: hue angle of 202.62º 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 #418DBB is Cyan = 0.65, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 65 | 141 | 187 | - |
| CMYK | 0.65 | 0.25 | 0 | 0.27 |
| HSL | 202.62º | 0.48% | 0.49% | - |
| HSV(B) | 202.62º | 0.65% | 0.73% | - |
| XYZ | 20.67 | 23.76 | 50.51 | - |
| YUV | 123.52 | 163.82 | 86.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 141 | 187 | 0.65 | 0.25 | 0 | 0.27 | 202.62 | 0.48 | 0.49 |
| Hex | 41 | 8D | BB | 41 | 19 | 0 | 1B | CB | 30 | 31 |
| Octal | 101 | 215 | 273 | 101 | 31 | 0 | 33 | 313 | 60 | 61 |
| Binary | 1000001 | 10001101 | 10111011 | 1000001 | 11001 | 0 | 11011 | 11001011 | 110000 | 110001 |
Color Harmonies of #418DBB
Complementary color
Monochromatic Colors of #418DBB
Black with #418DBB
Text Example
Text Example
White with #418DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418DBB; }
p { color: rgb(65,141,187); }
H1.HeaderClassName
{
color: #418DBB;
}
.AnyTagClassName
{
color: #418DBB;
}
</style>
background-color css
<style>
a { background-color: #418DBB; }
a { background-color: rgb(65,141,187); }
div.DivClassName
{
background-color: #418DBB;
}
.BgClassName
{
background-color: #418DBB;
}
</style>
border-color css
<style>
span { border-color: #418DBB; }
span { border-color: rgb(65,141,187); }
td.TdClassName
{
border-color: #418DBB;
}
.TagClassName
{
border-color: #418DBB;
}
</style>