Shades of Moody Blue #7070CE
Tints of Moody Blue #7070CE
RGB
CMYK
RGB Variations
Color information
#7070CE (or 0x7070CE) is known color: Moody Blue. HEX triplet: 70, 70 and CE. RGB value is (112,112,206). Sum of RGB (Red+Green+Blue) = 112+112+206=430 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.05% from 430); Green value is 112 (44.14% from 255 or 26.05% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #7070CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070CE is #8F8F31. Grayscale: #7A7A7A. Windows color (decimal): -9408306 or 13529200. OLE color: 13529200.
HSL color Cylindrical-coordinate representation of color #7070CE: hue angle of 240º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7070CE is Cyan = 0.46, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 112 | 206 | - |
| CMYK | 0.46 | 0.46 | 0 | 0.19 |
| HSL | 240º | 0.49% | 0.62% | - |
| HSV(B) | 240º | 0.46% | 0.81% | - |
| XYZ | 23.62 | 19.49 | 60.91 | - |
| YUV | 122.72 | 175 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 206 | 0.46 | 0.46 | 0 | 0.19 | 240 | 0.49 | 0.62 |
| Hex | 70 | 70 | CE | 2E | 2E | 0 | 13 | F0 | 31 | 3E |
| Octal | 160 | 160 | 316 | 56 | 56 | 0 | 23 | 360 | 61 | 76 |
| Binary | 1110000 | 1110000 | 11001110 | 101110 | 101110 | 0 | 10011 | 11110000 | 110001 | 111110 |
Color Harmonies of #7070CE
Complementary color
Monochromatic Colors of #7070CE
Black with #7070CE
Text Example
Text Example
White with #7070CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7070CE; }
p { color: rgb(112,112,206); }
H1.HeaderClassName
{
color: #7070CE;
}
.AnyTagClassName
{
color: #7070CE;
}
</style>
background-color css
<style>
a { background-color: #7070CE; }
a { background-color: rgb(112,112,206); }
div.DivClassName
{
background-color: #7070CE;
}
.BgClassName
{
background-color: #7070CE;
}
</style>
border-color css
<style>
span { border-color: #7070CE; }
span { border-color: rgb(112,112,206); }
td.TdClassName
{
border-color: #7070CE;
}
.TagClassName
{
border-color: #7070CE;
}
</style>