Html Css Color HEX #7070CF Moody Blue

📋 copy color: '#7070CF'

red 112 ◦ green 112 ◦ blue 207

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

Shades of Moody Blue #7070CF

Tints of Moody Blue #7070CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.03%

R = 25.99%
G = 25.99%
B = 48.03%

CMYK

 C value IS 0.46

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7070CF (or 0x7070CF) is known color: Moody Blue. HEX triplet: 70, 70 and CF. RGB value is (112,112,207). Sum of RGB (Red+Green+Blue) = 112+112+207=431 (57% of max value = 765). Red value is 112 (44.14% from 255 or 25.99% from 431); Green value is 112 (44.14% from 255 or 25.99% from 431); Blue value is 207 (81.25% from 255 or 48.03% from 431); Max value from RGB is 207 - color contains mainly: blue. Hex color #7070CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7070CF is #8F8F30. Grayscale: #7A7A7A. Windows color (decimal): -9408305 or 13594736. OLE color: 13594736.

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

Color convert

RGB 112 112 207 -
CMYK 0.46 0.46 0 0.19
HSL 240º 0.5% 0.63% -
HSV(B) 240º 0.46% 0.81% -
XYZ 23.74 19.54 61.55 -
YUV 122.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 112 112 207 0.46 0.46 0 0.19 240 0.5 0.63
Hex 70 70 CF 2E 2E 0 13 F0 32 3F
Octal 160 160 317 56 56 0 23 360 62 77
Binary 1110000 1110000 11001111 101110 101110 0 10011 11110000 110010 111111

Color Harmonies of #7070CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7070CF

Black with #7070CF

Text Example


Text Example

White with #7070CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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