Html Css Color HEX #707FCC Wild Blue Yonder

📋 copy color: '#707FCC'

red 112 ◦ green 127 ◦ blue 204

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

Shades of Wild Blue Yonder #707FCC

Tints of Wild Blue Yonder #707FCC

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 25.28%
G = 28.67%
B = 46.05%

CMYK

 C value IS 0.45

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#707FCC (or 0x707FCC) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and CC. RGB value is (112,127,204). Sum of RGB (Red+Green+Blue) = 112+127+204=443 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.28% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #707FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FCC is #8F8033. Grayscale: #828282. Windows color (decimal): -9404468 or 13401968. OLE color: 13401968.

HSL color Cylindrical-coordinate representation of color #707FCC: hue angle of 230.22º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #707FCC is Cyan = 0.45, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 112 127 204 -
CMYK 0.45 0.38 0 0.2
HSL 230.22º 0.47% 0.62% -
HSV(B) 230.22º 0.45% 0.8% -
XYZ 25.17 22.98 60.24 -
YUV 131.29 169.03 114.24 -
System Red Green Blue C M Y K H S L
Decimal 112 127 204 0.45 0.38 0 0.2 230.22 0.47 0.62
Hex 70 7F CC 2D 26 0 14 E6 2F 3E
Octal 160 177 314 55 46 0 24 346 57 76
Binary 1110000 1111111 11001100 101101 100110 0 10100 11100110 101111 111110

Color Harmonies of #707FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FCC

Black with #707FCC

Text Example


Text Example

White with #707FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,127,204); }

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

background-color css

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

 a { background-color: rgb(112,127,204); }

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

border-color css

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

 span { border-color: rgb(112,127,204); }

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