Html Css Color HEX #718DCD Wild Blue Yonder

📋 copy color: '#718DCD'

red 113 ◦ green 141 ◦ blue 205

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

Shades of Wild Blue Yonder #718DCD

Tints of Wild Blue Yonder #718DCD

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.72%

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

R = 24.62%
G = 30.72%
B = 44.66%

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

#718DCD (or 0x718DCD) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and CD. RGB value is (113,141,205). Sum of RGB (Red+Green+Blue) = 113+141+205=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 141 (55.47% from 255 or 30.72% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 205 - color contains mainly: blue. Hex color #718DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DCD is #8E7232. Grayscale: #8B8B8B. Windows color (decimal): -9335347 or 13471089. OLE color: 13471089.

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

Color convert

RGB 113 141 205 -
CMYK 0.45 0.31 0 0.20
HSL 221.74º 0.48% 0.62% -
HSV(B) 221.74º 0.45% 0.8% -
XYZ 27.35 26.97 61.52 -
YUV 139.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 113 141 205 0.45 0.31 0 0.20 221.74 0.48 0.62
Hex 71 8D CD 2D 1F 0 14 DE 30 3E
Octal 161 215 315 55 37 0 24 336 60 76
Binary 1110001 10001101 11001101 101101 11111 0 10100 11011110 110000 111110

Color Harmonies of #718DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DCD

Black with #718DCD

Text Example


Text Example

White with #718DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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