Html Css Color HEX #718EC2 Wild Blue Yonder

📋 copy color: '#718EC2'

red 113 ◦ green 142 ◦ blue 194

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

Shades of Wild Blue Yonder #718EC2

Tints of Wild Blue Yonder #718EC2

RGB

 RED value IS 113 (44.53% from 255) = 25.17%

 GREEN value IS 142 (55.86% from 255) = 31.63%

 BLUE value IS 194 (76.17% from 255) = 43.21%

R = 25.17%
G = 31.63%
B = 43.21%

CMYK

 C value IS 0.42

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#718EC2 (or 0x718EC2) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and C2. RGB value is (113,142,194). Sum of RGB (Red+Green+Blue) = 113+142+194=449 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.17% from 449); Green value is 142 (55.86% from 255 or 31.63% from 449); Blue value is 194 (76.17% from 255 or 43.21% from 449); Max value from RGB is 194 - color contains mainly: blue. Hex color #718EC2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718EC2 is #8E713D. Grayscale: #8B8B8B. Windows color (decimal): -9335102 or 12750449. OLE color: 12750449.

HSL color Cylindrical-coordinate representation of color #718EC2: hue angle of 218.52º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #718EC2 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 113 142 194 -
CMYK 0.42 0.27 0 0.24
HSL 218.52º 0.4% 0.6% -
HSV(B) 218.52º 0.42% 0.76% -
XYZ 26.22 26.75 54.82 -
YUV 139.26 158.89 109.27 -
System Red Green Blue C M Y K H S L
Decimal 113 142 194 0.42 0.27 0 0.24 218.52 0.4 0.6
Hex 71 8E C2 2A 1B 0 18 DB 28 3C
Octal 161 216 302 52 33 0 30 333 50 74
Binary 1110001 10001110 11000010 101010 11011 0 11000 11011011 101000 111100

Color Harmonies of #718EC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718EC2

Black with #718EC2

Text Example


Text Example

White with #718EC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718EC2; }

 p { color: rgb(113,142,194); }

 H1.HeaderClassName
 {
   color: #718EC2;
 }
 .AnyTagClassName
 {
   color: #718EC2;
 }
</style>

background-color css

<style>
 a { background-color: #718EC2; }

 a { background-color: rgb(113,142,194); }

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

border-color css

<style>
 span { border-color: #718EC2; }

 span { border-color: rgb(113,142,194); }

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