#718DCD

Color #718DCD Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #718DCD

Tints of Wild Blue Yonder #718DCD

Color information

#718DCD (or 0x718DCD) is unknown color: approx 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

RGB113141205-
CMYK0.450.3100.20
HSL221.74º47.92%62.35%-
HSV(B)221.74º44.88%80.39%-
XYZ27.3526.9761.52-
YUV139.92164.72108.8-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1131412050.450.3100.20221.7447.9262.35
Hex718DCD2D1F014de303e
Octal16121531555370243366076
Binary111000110001101110011011011011111101010011011110110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>