Html Css Color HEX #718ECF Wild Blue Yonder

📋 copy color: '#718ECF'

red 113 ◦ green 142 ◦ blue 207

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

Shades of Wild Blue Yonder #718ECF

Tints of Wild Blue Yonder #718ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.81%

R = 24.46%
G = 30.74%
B = 44.81%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#718ECF (or 0x718ECF) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and CF. RGB value is (113,142,207). Sum of RGB (Red+Green+Blue) = 113+142+207=462 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.46% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 207 (81.25% from 255 or 44.81% from 462); Max value from RGB is 207 - color contains mainly: blue. Hex color #718ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ECF is #8E7130. Grayscale: #8C8C8C. Windows color (decimal): -9335089 or 13602417. OLE color: 13602417.

HSL color Cylindrical-coordinate representation of color #718ECF: hue angle of 221.49º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718ECF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 142 207 -
CMYK 0.45 0.31 0 0.19
HSL 221.49º 0.49% 0.63% -
HSV(B) 221.49º 0.45% 0.81% -
XYZ 27.75 27.36 62.85 -
YUV 140.74 165.39 108.21 -
System Red Green Blue C M Y K H S L
Decimal 113 142 207 0.45 0.31 0 0.19 221.49 0.49 0.63
Hex 71 8E CF 2D 1F 0 13 DD 31 3F
Octal 161 216 317 55 37 0 23 335 61 77
Binary 1110001 10001110 11001111 101101 11111 0 10011 11011101 110001 111111

Color Harmonies of #718ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ECF

Black with #718ECF

Text Example


Text Example

White with #718ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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