Html Css Color HEX #707DD8 Moody Blue

📋 copy color: '#707DD8'

red 112 ◦ green 125 ◦ blue 216

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

Shades of Moody Blue #707DD8

Tints of Moody Blue #707DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 47.68%

R = 24.72%
G = 27.59%
B = 47.68%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#707DD8 (or 0x707DD8) is known color: Moody Blue. HEX triplet: 70, 7D and D8. RGB value is (112,125,216). Sum of RGB (Red+Green+Blue) = 112+125+216=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 125 (49.22% from 255 or 27.59% from 453); Blue value is 216 (84.77% from 255 or 47.68% from 453); Max value from RGB is 216 - color contains mainly: blue. Hex color #707DD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DD8 is #8F8227. Grayscale: #838383. Windows color (decimal): -9404968 or 14187888. OLE color: 14187888.

HSL color Cylindrical-coordinate representation of color #707DD8: hue angle of 232.5º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #707DD8 is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 125 216 -
CMYK 0.48 0.42 0 0.15
HSL 232.5º 0.57% 0.64% -
HSV(B) 232.5º 0.48% 0.85% -
XYZ 26.41 23.07 68.03 -
YUV 131.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 112 125 216 0.48 0.42 0 0.15 232.5 0.57 0.64
Hex 70 7D D8 30 2A 0 F E8 39 40
Octal 160 175 330 60 52 0 17 350 71 100
Binary 1110000 1111101 11011000 110000 101010 0 1111 11101000 111001 1000000

Color Harmonies of #707DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DD8

Black with #707DD8

Text Example


Text Example

White with #707DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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