Shades of Curious Blue #4089BE
Tints of Curious Blue #4089BE
RGB
CMYK
RGB Variations
Color information
#4089BE (or 0x4089BE) is known color: Curious Blue. HEX triplet: 40, 89 and BE. RGB value is (64,137,190). Sum of RGB (Red+Green+Blue) = 64+137+190=391 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.37% from 391); Green value is 137 (53.91% from 255 or 35.04% from 391); Blue value is 190 (74.61% from 255 or 48.59% from 391); Max value from RGB is 190 - color contains mainly: blue. Hex color #4089BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089BE is #BF7641. Grayscale: #787878. Windows color (decimal): -12547650 or 12486976. OLE color: 12486976.
HSL color Cylindrical-coordinate representation of color #4089BE: hue angle of 205.24º degrees, saturation: 0.5, 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 #4089BE is Cyan = 0.66, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 64 | 137 | 190 | - |
| CMYK | 0.66 | 0.28 | 0 | 0.25 |
| HSL | 205.24º | 0.5% | 0.5% | - |
| HSV(B) | 205.24º | 0.66% | 0.75% | - |
| XYZ | 20.35 | 22.7 | 52.02 | - |
| YUV | 121.22 | 166.82 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 190 | 0.66 | 0.28 | 0 | 0.25 | 205.24 | 0.5 | 0.5 |
| Hex | 40 | 89 | BE | 42 | 1C | 0 | 19 | CD | 32 | 32 |
| Octal | 100 | 211 | 276 | 102 | 34 | 0 | 31 | 315 | 62 | 62 |
| Binary | 1000000 | 10001001 | 10111110 | 1000010 | 11100 | 0 | 11001 | 11001101 | 110010 | 110010 |
Color Harmonies of #4089BE
Complementary color
Monochromatic Colors of #4089BE
Black with #4089BE
Text Example
Text Example
White with #4089BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089BE; }
p { color: rgb(64,137,190); }
H1.HeaderClassName
{
color: #4089BE;
}
.AnyTagClassName
{
color: #4089BE;
}
</style>
background-color css
<style>
a { background-color: #4089BE; }
a { background-color: rgb(64,137,190); }
div.DivClassName
{
background-color: #4089BE;
}
.BgClassName
{
background-color: #4089BE;
}
</style>
border-color css
<style>
span { border-color: #4089BE; }
span { border-color: rgb(64,137,190); }
td.TdClassName
{
border-color: #4089BE;
}
.TagClassName
{
border-color: #4089BE;
}
</style>