Html Css Color HEX #7070CA Moody Blue

📋 copy color: '#7070CA'

red 112 ◦ green 112 ◦ blue 202

#7070CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #7070CA

Tints of Moody Blue #7070CA

RGB

 RED value IS 112 (44.14% from 255) = 26.29%

 GREEN value IS 112 (44.14% from 255) = 26.29%

 BLUE value IS 202 (79.3% from 255) = 47.42%

R = 26.29%
G = 26.29%
B = 47.42%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.21

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7070CA (or 0x7070CA) is known color: Moody Blue. HEX triplet: 70, 70 and CA. RGB value is (112,112,202). Sum of RGB (Red+Green+Blue) = 112+112+202=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 112 (44.14% from 255 or 26.29% from 426); Blue value is 202 (79.30% from 255 or 47.42% from 426); Max value from RGB is 202 - color contains mainly: blue. Hex color #7070CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070CA is #8F8F35. Grayscale: #797979. Windows color (decimal): -9408310 or 13267056. OLE color: 13267056.

HSL color Cylindrical-coordinate representation of color #7070CA: hue angle of 240º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7070CA is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 112 202 -
CMYK 0.45 0.45 0 0.21
HSL 240º 0.46% 0.62% -
HSV(B) 240º 0.45% 0.79% -
XYZ 23.14 19.3 58.38 -
YUV 122.26 173 120.68 -
System Red Green Blue C M Y K H S L
Decimal 112 112 202 0.45 0.45 0 0.21 240 0.46 0.62
Hex 70 70 CA 2D 2D 0 15 F0 2E 3E
Octal 160 160 312 55 55 0 25 360 56 76
Binary 1110000 1110000 11001010 101101 101101 0 10101 11110000 101110 111110

Color Harmonies of #7070CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7070CA

Black with #7070CA

Text Example


Text Example

White with #7070CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7070CA; }

 p { color: rgb(112,112,202); }

 H1.HeaderClassName
 {
   color: #7070CA;
 }
 .AnyTagClassName
 {
   color: #7070CA;
 }
</style>

background-color css

<style>
 a { background-color: #7070CA; }

 a { background-color: rgb(112,112,202); }

 div.DivClassName
 {
   background-color: #7070CA;
 }
 .BgClassName
 {
   background-color: #7070CA;
 }
</style>

border-color css

<style>
 span { border-color: #7070CA; }

 span { border-color: rgb(112,112,202); }

 td.TdClassName
 {
   border-color: #7070CA;
 }
 .TagClassName
 {
   border-color: #7070CA;
 }
</style>