Shades of Curious Blue #4080CE
Tints of Curious Blue #4080CE
RGB
CMYK
RGB Variations
Color information
#4080CE (or 0x4080CE) is known color: Curious Blue. HEX triplet: 40, 80 and CE. RGB value is (64,128,206). Sum of RGB (Red+Green+Blue) = 64+128+206=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 128 (50.39% from 255 or 32.16% from 398); Blue value is 206 (80.86% from 255 or 51.76% from 398); Max value from RGB is 206 - color contains mainly: blue. Hex color #4080CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #4080CE is #BF7F31. Grayscale: #757575. Windows color (decimal): -12549938 or 13533248. OLE color: 13533248.
HSL color Cylindrical-coordinate representation of color #4080CE: hue angle of 212.96º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4080CE is Cyan = 0.69, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 64 | 128 | 206 | - |
| CMYK | 0.69 | 0.38 | 0 | 0.19 |
| HSL | 212.96º | 0.59% | 0.53% | - |
| HSV(B) | 212.96º | 0.69% | 0.81% | - |
| XYZ | 20.97 | 20.98 | 61.34 | - |
| YUV | 117.76 | 177.8 | 89.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 128 | 206 | 0.69 | 0.38 | 0 | 0.19 | 212.96 | 0.59 | 0.53 |
| Hex | 40 | 80 | CE | 45 | 26 | 0 | 13 | D5 | 3B | 35 |
| Octal | 100 | 200 | 316 | 105 | 46 | 0 | 23 | 325 | 73 | 65 |
| Binary | 1000000 | 10000000 | 11001110 | 1000101 | 100110 | 0 | 10011 | 11010101 | 111011 | 110101 |
Color Harmonies of #4080CE
Complementary color
Monochromatic Colors of #4080CE
Black with #4080CE
Text Example
Text Example
White with #4080CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4080CE; }
p { color: rgb(64,128,206); }
H1.HeaderClassName
{
color: #4080CE;
}
.AnyTagClassName
{
color: #4080CE;
}
</style>
background-color css
<style>
a { background-color: #4080CE; }
a { background-color: rgb(64,128,206); }
div.DivClassName
{
background-color: #4080CE;
}
.BgClassName
{
background-color: #4080CE;
}
</style>
border-color css
<style>
span { border-color: #4080CE; }
span { border-color: rgb(64,128,206); }
td.TdClassName
{
border-color: #4080CE;
}
.TagClassName
{
border-color: #4080CE;
}
</style>