Html Css Color HEX #707DBB Wild Blue Yonder

📋 copy color: '#707DBB'

red 112 ◦ green 125 ◦ blue 187

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

Shades of Wild Blue Yonder #707DBB

Tints of Wild Blue Yonder #707DBB

RGB

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

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

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

R = 26.42%
G = 29.48%
B = 44.1%

CMYK

 C value IS 0.40

 M value IS 0.33

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#707DBB (or 0x707DBB) is known color: Wild Blue Yonder. HEX triplet: 70, 7D and BB. RGB value is (112,125,187). Sum of RGB (Red+Green+Blue) = 112+125+187=424 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.42% from 424); Green value is 125 (49.22% from 255 or 29.48% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #707DBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DBB is #8F8244. Grayscale: #7F7F7F. Windows color (decimal): -9404997 or 12287344. OLE color: 12287344.

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

Color convert

RGB 112 125 187 -
CMYK 0.40 0.33 0 0.27
HSL 229.6º 0.36% 0.59% -
HSV(B) 229.6º 0.4% 0.73% -
XYZ 22.99 21.7 49.99 -
YUV 128.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 112 125 187 0.40 0.33 0 0.27 229.6 0.36 0.59
Hex 70 7D BB 28 21 0 1B E6 24 3B
Octal 160 175 273 50 41 0 33 346 44 73
Binary 1110000 1111101 10111011 101000 100001 0 11011 11100110 100100 111011

Color Harmonies of #707DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DBB

Black with #707DBB

Text Example


Text Example

White with #707DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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