Html Css Color HEX #707DCE Wild Blue Yonder

📋 copy color: '#707DCE'

red 112 ◦ green 125 ◦ blue 206

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

Shades of Wild Blue Yonder #707DCE

Tints of Wild Blue Yonder #707DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 25.28%
G = 28.22%
B = 46.5%

CMYK

 C value IS 0.46

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#707DCE (or 0x707DCE) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and CE. RGB value is (112,125,206). Sum of RGB (Red+Green+Blue) = 112+125+206=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #707DCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DCE is #8F8231. Grayscale: #828282. Windows color (decimal): -9404978 or 13532528. OLE color: 13532528.

HSL color Cylindrical-coordinate representation of color #707DCE: hue angle of 231.7º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #707DCE is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 125 206 -
CMYK 0.46 0.39 0 0.19
HSL 231.7º 0.49% 0.62% -
HSV(B) 231.7º 0.46% 0.81% -
XYZ 25.16 22.57 61.42 -
YUV 130.35 170.69 114.91 -
System Red Green Blue C M Y K H S L
Decimal 112 125 206 0.46 0.39 0 0.19 231.7 0.49 0.62
Hex 70 7D CE 2E 27 0 13 E8 31 3E
Octal 160 175 316 56 47 0 23 350 61 76
Binary 1110000 1111101 11001110 101110 100111 0 10011 11101000 110001 111110

Color Harmonies of #707DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DCE

Black with #707DCE

Text Example


Text Example

White with #707DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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