#718FCA

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

Shades of Wild Blue Yonder #718FCA

Tints of Wild Blue Yonder #718FCA

Color information

#718FCA (or 0x718FCA) is unknown color: approx Wild Blue Yonder. HEX triplet: 71, 8F and CA. RGB value is (113,143,202). Sum of RGB (Red+Green+Blue) = 113+143+202=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 143 (56.25% from 255 or 31.22% from 458); Blue value is 202 (79.30% from 255 or 44.10% from 458); Max value from RGB is 202 - color contains mainly: blue. Hex color #718FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FCA is #8E7035. Grayscale: #8C8C8C. Windows color (decimal): -9334838 or 13274993. OLE color: 13274993.

HSL color Cylindrical-coordinate representation of color #718FCA: hue angle of 219.78º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #718FCA is Cyan = 0.44, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB113143202-
CMYK0.440.2900.21
HSL219.78º45.64%61.76%-
HSV(B)219.78º44.06%79.22%-
XYZ27.2927.4259.73-
YUV140.76162.56108.2-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 24.67%
GREEN value IS 143 (56.25% from 255) = 31.22%
BLUE value IS 202 (79.30% from 255) = 44.10%
R=24.67%
G=31.22%
B=44.10%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1131432020.440.2900.21219.7845.6461.76
Hex718FCA2C1D015dc2e3e
Octal16121731254350253345676
Binary111000110001111110010101011001110101010111011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,143,202); }

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

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

 a { background-color: rgb(113,143,202); }

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

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

 span { border-color: rgb(113,143,202); }

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