Html Css Color HEX #718ECD Wild Blue Yonder

📋 copy color: '#718ECD'

red 113 ◦ green 142 ◦ blue 205

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

Shades of Wild Blue Yonder #718ECD

Tints of Wild Blue Yonder #718ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 44.57%

R = 24.57%
G = 30.87%
B = 44.57%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#718ECD (or 0x718ECD) is known color: Wild Blue Yonder. HEX triplet: 71, 8E and CD. RGB value is (113,142,205). Sum of RGB (Red+Green+Blue) = 113+142+205=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 142 (55.86% from 255 or 30.87% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #718ECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ECD is #8E7132. Grayscale: #8C8C8C. Windows color (decimal): -9335091 or 13471345. OLE color: 13471345.

HSL color Cylindrical-coordinate representation of color #718ECD: hue angle of 221.09º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718ECD is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 142 205 -
CMYK 0.45 0.31 0 0.20
HSL 221.09º 0.48% 0.62% -
HSV(B) 221.09º 0.45% 0.8% -
XYZ 27.5 27.26 61.57 -
YUV 140.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 113 142 205 0.45 0.31 0 0.20 221.09 0.48 0.62
Hex 71 8E CD 2D 1F 0 14 DD 30 3E
Octal 161 216 315 55 37 0 24 335 60 76
Binary 1110001 10001110 11001101 101101 11111 0 10100 11011101 110000 111110

Color Harmonies of #718ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ECD

Black with #718ECD

Text Example


Text Example

White with #718ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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