#718DBB

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

Shades of Wild Blue Yonder #718DBB

Tints of Wild Blue Yonder #718DBB

Color information

#718DBB (or 0x718DBB) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8D and BB. RGB value is (113,141,187). Sum of RGB (Red+Green+Blue) = 113+141+187=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #718DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DBB is #8E7244. Grayscale: #898989. Windows color (decimal): -9335365 or 12291441. OLE color: 12291441.

HSL color Cylindrical-coordinate representation of color #718DBB: hue angle of 217.3º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718DBB is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB113141187-
CMYK0.400.2500.27
HSL217.3º35.24%58.82%-
HSV(B)217.3º39.57%73.33%-
XYZ25.326.1550.73-
YUV137.87155.72110.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 25.62%
GREEN value IS 141 (55.47% from 255) = 31.97%
BLUE value IS 187 (73.44% from 255) = 42.40%
R=25.62%
G=31.97%
B=42.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1131411870.400.2500.27217.335.2458.82
Hex718DBB281901Bd9233b
Octal16121527350310333314373
Binary111000110001101101110111010001100101101111011001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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