Html Css Color HEX #707CCE Wild Blue Yonder

📋 copy color: '#707CCE'

red 112 ◦ green 124 ◦ blue 206

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

Shades of Wild Blue Yonder #707CCE

Tints of Wild Blue Yonder #707CCE

RGB

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

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

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

R = 25.34%
G = 28.05%
B = 46.61%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#707CCE (or 0x707CCE) is known color: Wild Blue Yonder. HEX triplet: 70, 7C and CE. RGB value is (112,124,206). Sum of RGB (Red+Green+Blue) = 112+124+206=442 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.34% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 206 (80.86% from 255 or 46.61% from 442); Max value from RGB is 206 - color contains mainly: blue. Hex color #707CCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707CCE is #8F8331. Grayscale: #818181. Windows color (decimal): -9405234 or 13532272. OLE color: 13532272.

HSL color Cylindrical-coordinate representation of color #707CCE: hue angle of 232.34º 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 #707CCE is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 112 124 206 -
CMYK 0.46 0.40 0 0.19
HSL 232.34º 0.49% 0.62% -
HSV(B) 232.34º 0.46% 0.81% -
XYZ 25.03 22.32 61.38 -
YUV 129.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 112 124 206 0.46 0.40 0 0.19 232.34 0.49 0.62
Hex 70 7C CE 2E 28 0 13 E8 31 3E
Octal 160 174 316 56 50 0 23 350 61 76
Binary 1110000 1111100 11001110 101110 101000 0 10011 11101000 110001 111110

Color Harmonies of #707CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CCE

Black with #707CCE

Text Example


Text Example

White with #707CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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