#718DD4

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

Shades of Wild Blue Yonder #718DD4

Tints of Wild Blue Yonder #718DD4

Color information

#718DD4 (or 0x718DD4) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8D and D4. RGB value is (113,141,212). Sum of RGB (Red+Green+Blue) = 113+141+212=466 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.25% from 466); Green value is 141 (55.47% from 255 or 30.26% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #718DD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DD4 is #8E722B. Grayscale: #8C8C8C. Windows color (decimal): -9335340 or 13929841. OLE color: 13929841.

HSL color Cylindrical-coordinate representation of color #718DD4: hue angle of 223.03º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718DD4 is Cyan = 0.47, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB113141212-
CMYK0.470.3300.17
HSL223.03º53.51%63.73%-
HSV(B)223.03º46.7%83.14%-
XYZ28.2227.3166.07-
YUV140.72168.22108.23-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.25%
GREEN value IS 141 (55.47% from 255) = 30.26%
BLUE value IS 212 (83.20% from 255) = 45.49%
R=24.25%
G=30.26%
B=45.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1131412120.470.3300.17223.0353.5163.73
Hex718DD42F21011df3640
Octal161215324574102133766100
Binary11100011000110111010100101111100001010001110111111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #718DD4;
 }
 .AnyTagClassName
 {
   color: #718DD4;
 }
</style>
background-color css

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

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

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

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

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

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