Html Css Color HEX #718BBF Wild Blue Yonder

📋 copy color: '#718BBF'

red 113 ◦ green 139 ◦ blue 191

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

Shades of Wild Blue Yonder #718BBF

Tints of Wild Blue Yonder #718BBF

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.38%

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

R = 25.51%
G = 31.38%
B = 43.12%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#718BBF (or 0x718BBF) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and BF. RGB value is (113,139,191). Sum of RGB (Red+Green+Blue) = 113+139+191=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 139 (54.69% from 255 or 31.38% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #718BBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BBF is #8E7440. Grayscale: #888888. Windows color (decimal): -9335873 or 12553073. OLE color: 12553073.

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

Color convert

RGB 113 139 191 -
CMYK 0.41 0.27 0 0.25
HSL 220º 0.38% 0.6% -
HSV(B) 220º 0.41% 0.75% -
XYZ 25.45 25.74 52.92 -
YUV 137.15 158.39 110.77 -
System Red Green Blue C M Y K H S L
Decimal 113 139 191 0.41 0.27 0 0.25 220 0.38 0.6
Hex 71 8B BF 29 1B 0 19 DC 26 3C
Octal 161 213 277 51 33 0 31 334 46 74
Binary 1110001 10001011 10111111 101001 11011 0 11001 11011100 100110 111100

Color Harmonies of #718BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BBF

Black with #718BBF

Text Example


Text Example

White with #718BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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