Shades of Curious Blue #4080BC
Tints of Curious Blue #4080BC
RGB
CMYK
RGB Variations
Color information
#4080BC (or 0x4080BC) is known color: Curious Blue. HEX triplet: 40, 80 and BC. RGB value is (64,128,188). Sum of RGB (Red+Green+Blue) = 64+128+188=380 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.84% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #4080BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4080BC is #BF7F43. Grayscale: #737373. Windows color (decimal): -12549956 or 12353600. OLE color: 12353600.
HSL color Cylindrical-coordinate representation of color #4080BC: hue angle of 209.03º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4080BC is Cyan = 0.66, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 64 | 128 | 188 | - |
| CMYK | 0.66 | 0.32 | 0 | 0.26 |
| HSL | 209.03º | 0.49% | 0.49% | - |
| HSV(B) | 209.03º | 0.66% | 0.74% | - |
| XYZ | 18.91 | 20.16 | 50.47 | - |
| YUV | 115.7 | 168.8 | 91.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 188 | 0.66 | 0.32 | 0 | 0.26 | 209.03 | 0.49 | 0.49 |
| Hex | 40 | 80 | BC | 42 | 20 | 0 | 1A | D1 | 31 | 31 |
| Octal | 100 | 200 | 274 | 102 | 40 | 0 | 32 | 321 | 61 | 61 |
| Binary | 1000000 | 10000000 | 10111100 | 1000010 | 100000 | 0 | 11010 | 11010001 | 110001 | 110001 |
Color Harmonies of #4080BC
Complementary color
Monochromatic Colors of #4080BC
Black with #4080BC
Text Example
Text Example
White with #4080BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080BC; }
p { color: rgb(64,128,188); }
H1.HeaderClassName
{
color: #4080BC;
}
.AnyTagClassName
{
color: #4080BC;
}
</style>
background-color css
<style>
a { background-color: #4080BC; }
a { background-color: rgb(64,128,188); }
div.DivClassName
{
background-color: #4080BC;
}
.BgClassName
{
background-color: #4080BC;
}
</style>
border-color css
<style>
span { border-color: #4080BC; }
span { border-color: rgb(64,128,188); }
td.TdClassName
{
border-color: #4080BC;
}
.TagClassName
{
border-color: #4080BC;
}
</style>