Html Css Color HEX #718BBE Wild Blue Yonder

📋 copy color: '#718BBE'

red 113 ◦ green 139 ◦ blue 190

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

Shades of Wild Blue Yonder #718BBE

Tints of Wild Blue Yonder #718BBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 25.57%
G = 31.45%
B = 42.99%

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

#718BBE (or 0x718BBE) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and BE. RGB value is (113,139,190). Sum of RGB (Red+Green+Blue) = 113+139+190=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 139 (54.69% from 255 or 31.45% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #718BBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BBE is #8E7441. Grayscale: #888888. Windows color (decimal): -9335874 or 12487537. OLE color: 12487537.

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

Color convert

RGB 113 139 190 -
CMYK 0.41 0.27 0 0.25
HSL 219.74º 0.37% 0.59% -
HSV(B) 219.74º 0.41% 0.75% -
XYZ 25.34 25.69 52.34 -
YUV 137.04 157.89 110.85 -
System Red Green Blue C M Y K H S L
Decimal 113 139 190 0.41 0.27 0 0.25 219.74 0.37 0.59
Hex 71 8B BE 29 1B 0 19 DC 25 3B
Octal 161 213 276 51 33 0 31 334 45 73
Binary 1110001 10001011 10111110 101001 11011 0 11001 11011100 100101 111011

Color Harmonies of #718BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BBE

Black with #718BBE

Text Example


Text Example

White with #718BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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