Html Css Color HEX #718DBF Wild Blue Yonder

📋 copy color: '#718DBF'

red 113 ◦ green 141 ◦ blue 191

#718DBF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #718DBF

Tints of Wild Blue Yonder #718DBF

RGB

 RED value IS 113 (44.53% from 255) = 25.39%

 GREEN value IS 141 (55.47% from 255) = 31.69%

 BLUE value IS 191 (75% from 255) = 42.92%

R = 25.39%
G = 31.69%
B = 42.92%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#718DBF (or 0x718DBF) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and BF. RGB value is (113,141,191). Sum of RGB (Red+Green+Blue) = 113+141+191=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 191 (75% from 255 or 42.92% from 445); Max value from RGB is 191 - color contains mainly: blue. Hex color #718DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DBF is #8E7240. Grayscale: #8A8A8A. Windows color (decimal): -9335361 or 12553585. OLE color: 12553585.

HSL color Cylindrical-coordinate representation of color #718DBF: hue angle of 218.46º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #718DBF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 141 191 -
CMYK 0.41 0.26 0 0.25
HSL 218.46º 0.38% 0.6% -
HSV(B) 218.46º 0.41% 0.75% -
XYZ 25.74 26.32 53.01 -
YUV 138.33 157.72 109.93 -
System Red Green Blue C M Y K H S L
Decimal 113 141 191 0.41 0.26 0 0.25 218.46 0.38 0.6
Hex 71 8D BF 29 1A 0 19 DA 26 3C
Octal 161 215 277 51 32 0 31 332 46 74
Binary 1110001 10001101 10111111 101001 11010 0 11001 11011010 100110 111100

Color Harmonies of #718DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DBF

Black with #718DBF

Text Example


Text Example

White with #718DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #718DBF;
 }
 .AnyTagClassName
 {
   color: #718DBF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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