Shades of Curious Blue #418BBE
Tints of Curious Blue #418BBE
RGB
CMYK
RGB Variations
Color information
#418BBE (or 0x418BBE) is known color: Curious Blue. HEX triplet: 41, 8B and BE. RGB value is (65,139,190). Sum of RGB (Red+Green+Blue) = 65+139+190=394 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.50% from 394); Green value is 139 (54.69% from 255 or 35.28% from 394); Blue value is 190 (74.61% from 255 or 48.22% from 394); Max value from RGB is 190 - color contains mainly: blue. Hex color #418BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #418BBE is #BE7441. Grayscale: #7A7A7A. Windows color (decimal): -12481602 or 12487489. OLE color: 12487489.
HSL color Cylindrical-coordinate representation of color #418BBE: hue angle of 204.48º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #418BBE is Cyan = 0.66, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 65 | 139 | 190 | - |
| CMYK | 0.66 | 0.27 | 0 | 0.25 |
| HSL | 204.48º | 0.49% | 0.5% | - |
| HSV(B) | 204.48º | 0.66% | 0.75% | - |
| XYZ | 20.71 | 23.31 | 52.12 | - |
| YUV | 122.69 | 165.98 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 139 | 190 | 0.66 | 0.27 | 0 | 0.25 | 204.48 | 0.49 | 0.5 |
| Hex | 41 | 8B | BE | 42 | 1B | 0 | 19 | CC | 31 | 32 |
| Octal | 101 | 213 | 276 | 102 | 33 | 0 | 31 | 314 | 61 | 62 |
| Binary | 1000001 | 10001011 | 10111110 | 1000010 | 11011 | 0 | 11001 | 11001100 | 110001 | 110010 |
Color Harmonies of #418BBE
Complementary color
Monochromatic Colors of #418BBE
Black with #418BBE
Text Example
Text Example
White with #418BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #418BBE; }
p { color: rgb(65,139,190); }
H1.HeaderClassName
{
color: #418BBE;
}
.AnyTagClassName
{
color: #418BBE;
}
</style>
background-color css
<style>
a { background-color: #418BBE; }
a { background-color: rgb(65,139,190); }
div.DivClassName
{
background-color: #418BBE;
}
.BgClassName
{
background-color: #418BBE;
}
</style>
border-color css
<style>
span { border-color: #418BBE; }
span { border-color: rgb(65,139,190); }
td.TdClassName
{
border-color: #418BBE;
}
.TagClassName
{
border-color: #418BBE;
}
</style>