Html Css Color HEX #707FC9 Wild Blue Yonder

📋 copy color: '#707FC9'

red 112 ◦ green 127 ◦ blue 201

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

Shades of Wild Blue Yonder #707FC9

Tints of Wild Blue Yonder #707FC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 25.45%
G = 28.86%
B = 45.68%

CMYK

 C value IS 0.44

 M value IS 0.37

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#707FC9 (or 0x707FC9) is known color: Wild Blue Yonder. HEX triplet: 70, 7F and C9. RGB value is (112,127,201). Sum of RGB (Red+Green+Blue) = 112+127+201=440 (58% of max value = 765). Red value is 112 (44.14% from 255 or 25.45% from 440); Green value is 127 (50% from 255 or 28.86% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #707FC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707FC9 is #8F8036. Grayscale: #828282. Windows color (decimal): -9404471 or 13205360. OLE color: 13205360.

HSL color Cylindrical-coordinate representation of color #707FC9: hue angle of 229.89º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #707FC9 is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 112 127 201 -
CMYK 0.44 0.37 0 0.21
HSL 229.89º 0.45% 0.61% -
HSV(B) 229.89º 0.44% 0.79% -
XYZ 24.81 22.84 58.36 -
YUV 130.95 167.53 114.48 -
System Red Green Blue C M Y K H S L
Decimal 112 127 201 0.44 0.37 0 0.21 229.89 0.45 0.61
Hex 70 7F C9 2C 25 0 15 E6 2D 3D
Octal 160 177 311 54 45 0 25 346 55 75
Binary 1110000 1111111 11001001 101100 100101 0 10101 11100110 101101 111101

Color Harmonies of #707FC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707FC9

Black with #707FC9

Text Example


Text Example

White with #707FC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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