Shades of Moody Blue #7070CB
Tints of Moody Blue #7070CB
RGB
CMYK
RGB Variations
Color information
#7070CB (or 0x7070CB) is known color: Moody Blue. HEX triplet: 70, 70 and CB. RGB value is (112,112,203). Sum of RGB (Red+Green+Blue) = 112+112+203=427 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.23% from 427); Green value is 112 (44.14% from 255 or 26.23% from 427); Blue value is 203 (79.69% from 255 or 47.54% from 427); Max value from RGB is 203 - color contains mainly: blue. Hex color #7070CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070CB is #8F8F34. Grayscale: #7A7A7A. Windows color (decimal): -9408309 or 13332592. OLE color: 13332592.
HSL color Cylindrical-coordinate representation of color #7070CB: hue angle of 240º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7070CB is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 112 | 203 | - |
| CMYK | 0.45 | 0.45 | 0 | 0.20 |
| HSL | 240º | 0.47% | 0.62% | - |
| HSV(B) | 240º | 0.45% | 0.8% | - |
| XYZ | 23.26 | 19.34 | 59.01 | - |
| YUV | 122.37 | 173.5 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 112 | 203 | 0.45 | 0.45 | 0 | 0.20 | 240 | 0.47 | 0.62 |
| Hex | 70 | 70 | CB | 2D | 2D | 0 | 14 | F0 | 2F | 3E |
| Octal | 160 | 160 | 313 | 55 | 55 | 0 | 24 | 360 | 57 | 76 |
| Binary | 1110000 | 1110000 | 11001011 | 101101 | 101101 | 0 | 10100 | 11110000 | 101111 | 111110 |
Color Harmonies of #7070CB
Complementary color
Monochromatic Colors of #7070CB
Black with #7070CB
Text Example
Text Example
White with #7070CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7070CB; }
p { color: rgb(112,112,203); }
H1.HeaderClassName
{
color: #7070CB;
}
.AnyTagClassName
{
color: #7070CB;
}
</style>
background-color css
<style>
a { background-color: #7070CB; }
a { background-color: rgb(112,112,203); }
div.DivClassName
{
background-color: #7070CB;
}
.BgClassName
{
background-color: #7070CB;
}
</style>
border-color css
<style>
span { border-color: #7070CB; }
span { border-color: rgb(112,112,203); }
td.TdClassName
{
border-color: #7070CB;
}
.TagClassName
{
border-color: #7070CB;
}
</style>