Html Css Color HEX #707FBB Wild Blue Yonder

📋 copy color: '#707FBB'

red 112 ◦ green 127 ◦ blue 187

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

Shades of Wild Blue Yonder #707FBB

Tints of Wild Blue Yonder #707FBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 43.9%

R = 26.29%
G = 29.81%
B = 43.9%

CMYK

 C value IS 0.40

 M value IS 0.32

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707FBB (or 0x707FBB) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and BB. RGB value is (112,127,187). Sum of RGB (Red+Green+Blue) = 112+127+187=426 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.29% from 426); Green value is 127 (50% from 255 or 29.81% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #707FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FBB is #8F8044. Grayscale: #818181. Windows color (decimal): -9404485 or 12287856. OLE color: 12287856.

HSL color Cylindrical-coordinate representation of color #707FBB: hue angle of 228º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707FBB is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 112 127 187 -
CMYK 0.40 0.32 0 0.27
HSL 228º 0.36% 0.59% -
HSV(B) 228º 0.4% 0.73% -
XYZ 23.24 22.21 50.08 -
YUV 129.36 160.53 115.62 -
System Red Green Blue C M Y K H S L
Decimal 112 127 187 0.40 0.32 0 0.27 228 0.36 0.59
Hex 70 7F BB 28 20 0 1B E4 24 3B
Octal 160 177 273 50 40 0 33 344 44 73
Binary 1110000 1111111 10111011 101000 100000 0 11011 11100100 100100 111011

Color Harmonies of #707FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FBB

Black with #707FBB

Text Example


Text Example

White with #707FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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