Shades of Curious Blue #4089CC
Tints of Curious Blue #4089CC
RGB
CMYK
RGB Variations
Color information
#4089CC (or 0x4089CC) is known color: Curious Blue. HEX triplet: 40, 89 and CC. RGB value is (64,137,204). Sum of RGB (Red+Green+Blue) = 64+137+204=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 204 (80.08% from 255 or 50.37% from 405); Max value from RGB is 204 - color contains mainly: blue. Hex color #4089CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4089CC is #BF7633. Grayscale: #7A7A7A. Windows color (decimal): -12547636 or 13404480. OLE color: 13404480.
HSL color Cylindrical-coordinate representation of color #4089CC: hue angle of 208.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4089CC is Cyan = 0.69, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 64 | 137 | 204 | - |
| CMYK | 0.69 | 0.33 | 0 | 0.2 |
| HSL | 208.71º | 0.58% | 0.53% | - |
| HSV(B) | 208.71º | 0.69% | 0.8% | - |
| XYZ | 21.96 | 23.34 | 60.47 | - |
| YUV | 122.81 | 173.82 | 86.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 137 | 204 | 0.69 | 0.33 | 0 | 0.2 | 208.71 | 0.58 | 0.53 |
| Hex | 40 | 89 | CC | 45 | 21 | 0 | 14 | D1 | 3A | 35 |
| Octal | 100 | 211 | 314 | 105 | 41 | 0 | 24 | 321 | 72 | 65 |
| Binary | 1000000 | 10001001 | 11001100 | 1000101 | 100001 | 0 | 10100 | 11010001 | 111010 | 110101 |
Color Harmonies of #4089CC
Complementary color
Monochromatic Colors of #4089CC
Black with #4089CC
Text Example
Text Example
White with #4089CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4089CC; }
p { color: rgb(64,137,204); }
H1.HeaderClassName
{
color: #4089CC;
}
.AnyTagClassName
{
color: #4089CC;
}
</style>
background-color css
<style>
a { background-color: #4089CC; }
a { background-color: rgb(64,137,204); }
div.DivClassName
{
background-color: #4089CC;
}
.BgClassName
{
background-color: #4089CC;
}
</style>
border-color css
<style>
span { border-color: #4089CC; }
span { border-color: rgb(64,137,204); }
td.TdClassName
{
border-color: #4089CC;
}
.TagClassName
{
border-color: #4089CC;
}
</style>