#718CD4

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

Shades of Wild Blue Yonder #718CD4

Tints of Wild Blue Yonder #718CD4

Color information

#718CD4 (or 0x718CD4) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8C and D4. RGB value is (113,140,212). Sum of RGB (Red+Green+Blue) = 113+140+212=465 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.30% from 465); Green value is 140 (55.08% from 255 or 30.11% from 465); Blue value is 212 (83.20% from 255 or 45.59% from 465); Max value from RGB is 212 - color contains mainly: blue. Hex color #718CD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CD4 is #8E732B. Grayscale: #8B8B8B. Windows color (decimal): -9335596 or 13929585. OLE color: 13929585.

HSL color Cylindrical-coordinate representation of color #718CD4: hue angle of 223.64º 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 #718CD4 is Cyan = 0.47, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB113140212-
CMYK0.470.3400.17
HSL223.64º53.51%63.73%-
HSV(B)223.64º46.7%83.14%-
XYZ28.0727.0266.02-
YUV140.14168.55108.65-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.30%
GREEN value IS 140 (55.08% from 255) = 30.11%
BLUE value IS 212 (83.20% from 255) = 45.59%
R=24.30%
G=30.11%
B=45.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1131402120.470.3400.17223.6453.5163.73
Hex718CD42F22011e03640
Octal161214324574202134066100
Binary11100011000110011010100101111100010010001111000001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718CD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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