Html Css Color HEX #718FBF Wild Blue Yonder

📋 copy color: '#718FBF'

red 113 ◦ green 143 ◦ blue 191

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

Shades of Wild Blue Yonder #718FBF

Tints of Wild Blue Yonder #718FBF

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

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

R = 25.28%
G = 31.99%
B = 42.73%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#718FBF (or 0x718FBF) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and BF. RGB value is (113,143,191). Sum of RGB (Red+Green+Blue) = 113+143+191=447 (59% of max value = 765). Red value is 113 (44.53% from 255 or 25.28% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 191 (75% from 255 or 42.73% from 447); Max value from RGB is 191 - color contains mainly: blue. Hex color #718FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FBF is #8E7040. Grayscale: #8B8B8B. Windows color (decimal): -9334849 or 12554097. OLE color: 12554097.

HSL color Cylindrical-coordinate representation of color #718FBF: hue angle of 216.92º 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 #718FBF is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 143 191 -
CMYK 0.41 0.25 0 0.25
HSL 216.92º 0.38% 0.6% -
HSV(B) 216.92º 0.41% 0.75% -
XYZ 26.04 26.92 53.11 -
YUV 139.5 157.06 109.1 -
System Red Green Blue C M Y K H S L
Decimal 113 143 191 0.41 0.25 0 0.25 216.92 0.38 0.6
Hex 71 8F BF 29 19 0 19 D9 26 3C
Octal 161 217 277 51 31 0 31 331 46 74
Binary 1110001 10001111 10111111 101001 11001 0 11001 11011001 100110 111100

Color Harmonies of #718FBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FBF

Black with #718FBF

Text Example


Text Example

White with #718FBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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