Html Css Color HEX #718BCD Wild Blue Yonder

📋 copy color: '#718BCD'

red 113 ◦ green 139 ◦ blue 205

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

Shades of Wild Blue Yonder #718BCD

Tints of Wild Blue Yonder #718BCD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.42%

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

R = 24.73%
G = 30.42%
B = 44.86%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#718BCD (or 0x718BCD) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and CD. RGB value is (113,139,205). Sum of RGB (Red+Green+Blue) = 113+139+205=457 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.73% from 457); Green value is 139 (54.69% from 255 or 30.42% from 457); Blue value is 205 (80.47% from 255 or 44.86% from 457); Max value from RGB is 205 - color contains mainly: blue. Hex color #718BCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BCD is #8E7432. Grayscale: #8A8A8A. Windows color (decimal): -9335859 or 13470577. OLE color: 13470577.

HSL color Cylindrical-coordinate representation of color #718BCD: hue angle of 223.04º 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 #718BCD is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 139 205 -
CMYK 0.45 0.32 0 0.20
HSL 223.04º 0.48% 0.62% -
HSV(B) 223.04º 0.45% 0.8% -
XYZ 27.06 26.38 61.42 -
YUV 138.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 113 139 205 0.45 0.32 0 0.20 223.04 0.48 0.62
Hex 71 8B CD 2D 20 0 14 DF 30 3E
Octal 161 213 315 55 40 0 24 337 60 76
Binary 1110001 10001011 11001101 101101 100000 0 10100 11011111 110000 111110

Color Harmonies of #718BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BCD

Black with #718BCD

Text Example


Text Example

White with #718BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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