#718BD4

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

Shades of Wild Blue Yonder #718BD4

Tints of Wild Blue Yonder #718BD4

Color information

#718BD4 (or 0x718BD4) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8B and D4. RGB value is (113,139,212). Sum of RGB (Red+Green+Blue) = 113+139+212=464 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.35% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 212 (83.20% from 255 or 45.69% from 464); Max value from RGB is 212 - color contains mainly: blue. Hex color #718BD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BD4 is #8E742B. Grayscale: #8B8B8B. Windows color (decimal): -9335852 or 13929329. OLE color: 13929329.

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

Color convert

RGB113139212-
CMYK0.470.3400.17
HSL224.24º53.51%63.73%-
HSV(B)224.24º46.7%83.14%-
XYZ27.9326.7365.97-
YUV139.55168.89109.06-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.35%
GREEN value IS 139 (54.69% from 255) = 29.96%
BLUE value IS 212 (83.20% from 255) = 45.69%
R=24.35%
G=29.96%
B=45.69%

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
Decimal1131392120.470.3400.17224.2453.5163.73
Hex718BD42F22011e03640
Octal161213324574202134066100
Binary11100011000101111010100101111100010010001111000001101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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