Html Css Color HEX #718ACD Wild Blue Yonder

📋 copy color: '#718ACD'

red 113 ◦ green 138 ◦ blue 205

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

Shades of Wild Blue Yonder #718ACD

Tints of Wild Blue Yonder #718ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.26%

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

R = 24.78%
G = 30.26%
B = 44.96%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#718ACD (or 0x718ACD) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and CD. RGB value is (113,138,205). Sum of RGB (Red+Green+Blue) = 113+138+205=456 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.78% from 456); Green value is 138 (54.30% from 255 or 30.26% from 456); Blue value is 205 (80.47% from 255 or 44.96% from 456); Max value from RGB is 205 - color contains mainly: blue. Hex color #718ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ACD is #8E7532. Grayscale: #898989. Windows color (decimal): -9336115 or 13470321. OLE color: 13470321.

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

Color convert

RGB 113 138 205 -
CMYK 0.45 0.33 0 0.20
HSL 223.7º 0.48% 0.62% -
HSV(B) 223.7º 0.45% 0.8% -
XYZ 26.92 26.1 61.38 -
YUV 138.16 165.72 110.05 -
System Red Green Blue C M Y K H S L
Decimal 113 138 205 0.45 0.33 0 0.20 223.7 0.48 0.62
Hex 71 8A CD 2D 21 0 14 E0 30 3E
Octal 161 212 315 55 41 0 24 340 60 76
Binary 1110001 10001010 11001101 101101 100001 0 10100 11100000 110000 111110

Color Harmonies of #718ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ACD

Black with #718ACD

Text Example


Text Example

White with #718ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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