Html Css Color HEX #707DDC Moody Blue

📋 copy color: '#707DDC'

red 112 ◦ green 125 ◦ blue 220

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

Shades of Moody Blue #707DDC

Tints of Moody Blue #707DDC

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 24.51%
G = 27.35%
B = 48.14%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#707DDC (or 0x707DDC) is known color: Moody Blue. HEX triplet: 70, 7D and DC. RGB value is (112,125,220). Sum of RGB (Red+Green+Blue) = 112+125+220=457 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.51% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #707DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DDC is #8F8223. Grayscale: #838383. Windows color (decimal): -9404964 or 14450032. OLE color: 14450032.

HSL color Cylindrical-coordinate representation of color #707DDC: hue angle of 232.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707DDC is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 125 220 -
CMYK 0.49 0.43 0 0.14
HSL 232.78º 0.61% 0.65% -
HSV(B) 232.78º 0.49% 0.86% -
XYZ 26.93 23.28 70.78 -
YUV 131.94 177.69 113.78 -
System Red Green Blue C M Y K H S L
Decimal 112 125 220 0.49 0.43 0 0.14 232.78 0.61 0.65
Hex 70 7D DC 31 2B 0 E E9 3D 41
Octal 160 175 334 61 53 0 16 351 75 101
Binary 1110000 1111101 11011100 110001 101011 0 1110 11101001 111101 1000001

Color Harmonies of #707DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DDC

Black with #707DDC

Text Example


Text Example

White with #707DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #707DDC; }

 p { color: rgb(112,125,220); }

 H1.HeaderClassName
 {
   color: #707DDC;
 }
 .AnyTagClassName
 {
   color: #707DDC;
 }
</style>

background-color css

<style>
 a { background-color: #707DDC; }

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

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

border-color css

<style>
 span { border-color: #707DDC; }

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

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