Html Css Color HEX #707CDA Moody Blue

📋 copy color: '#707CDA'

red 112 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #707CDA

Tints of Moody Blue #707CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.31%

 BLUE value IS 218 (85.55% from 255) = 48.02%

R = 24.67%
G = 27.31%
B = 48.02%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#707CDA (or 0x707CDA) is known color: Moody Blue. HEX triplet: 70, 7C and DA. RGB value is (112,124,218). Sum of RGB (Red+Green+Blue) = 112+124+218=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 124 (48.83% from 255 or 27.31% from 454); Blue value is 218 (85.55% from 255 or 48.02% from 454); Max value from RGB is 218 - color contains mainly: blue. Hex color #707CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CDA is #8F8325. Grayscale: #828282. Windows color (decimal): -9405222 or 14318704. OLE color: 14318704.

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

Color convert

RGB 112 124 218 -
CMYK 0.49 0.43 0 0.15
HSL 233.21º 0.59% 0.65% -
HSV(B) 233.21º 0.49% 0.85% -
XYZ 26.54 22.92 69.36 -
YUV 131.13 177.02 114.36 -
System Red Green Blue C M Y K H S L
Decimal 112 124 218 0.49 0.43 0 0.15 233.21 0.59 0.65
Hex 70 7C DA 31 2B 0 F E9 3B 41
Octal 160 174 332 61 53 0 17 351 73 101
Binary 1110000 1111100 11011010 110001 101011 0 1111 11101001 111011 1000001

Color Harmonies of #707CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CDA

Black with #707CDA

Text Example


Text Example

White with #707CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,124,218); }

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

background-color css

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

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

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

border-color css

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

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

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