Shades of Curious Blue #418BBD
Tints of Curious Blue #418BBD
RGB
CMYK
RGB Variations
Color information
#418BBD (or 0x418BBD) is known color: Curious Blue. HEX triplet: 41, 8B and BD. RGB value is (65,139,189). Sum of RGB (Red+Green+Blue) = 65+139+189=393 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.54% from 393); Green value is 139 (54.69% from 255 or 35.37% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #418BBD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BBD is #BE7442. Grayscale: #7A7A7A. Windows color (decimal): -12481603 or 12421953. OLE color: 12421953.
HSL color Cylindrical-coordinate representation of color #418BBD: hue angle of 204.19º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418BBD is Cyan = 0.66, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 65 | 139 | 189 | - |
| CMYK | 0.66 | 0.26 | 0 | 0.26 |
| HSL | 204.19º | 0.49% | 0.5% | - |
| HSV(B) | 204.19º | 0.66% | 0.74% | - |
| XYZ | 20.6 | 23.26 | 51.55 | - |
| YUV | 122.57 | 165.48 | 86.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 189 | 0.66 | 0.26 | 0 | 0.26 | 204.19 | 0.49 | 0.5 |
| Hex | 41 | 8B | BD | 42 | 1A | 0 | 1A | CC | 31 | 32 |
| Octal | 101 | 213 | 275 | 102 | 32 | 0 | 32 | 314 | 61 | 62 |
| Binary | 1000001 | 10001011 | 10111101 | 1000010 | 11010 | 0 | 11010 | 11001100 | 110001 | 110010 |
Color Harmonies of #418BBD
Complementary color
Monochromatic Colors of #418BBD
Black with #418BBD
Text Example
Text Example
White with #418BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BBD; }
p { color: rgb(65,139,189); }
H1.HeaderClassName
{
color: #418BBD;
}
.AnyTagClassName
{
color: #418BBD;
}
</style>
background-color css
<style>
a { background-color: #418BBD; }
a { background-color: rgb(65,139,189); }
div.DivClassName
{
background-color: #418BBD;
}
.BgClassName
{
background-color: #418BBD;
}
</style>
border-color css
<style>
span { border-color: #418BBD; }
span { border-color: rgb(65,139,189); }
td.TdClassName
{
border-color: #418BBD;
}
.TagClassName
{
border-color: #418BBD;
}
</style>