Html Css Color HEX #718DBE Wild Blue Yonder

📋 copy color: '#718DBE'

red 113 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #718DBE

Tints of Wild Blue Yonder #718DBE

RGB

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

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

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

R = 25.45%
G = 31.76%
B = 42.79%

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

#718DBE (or 0x718DBE) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and BE. RGB value is (113,141,190). Sum of RGB (Red+Green+Blue) = 113+141+190=444 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.45% from 444); Green value is 141 (55.47% from 255 or 31.76% from 444); Blue value is 190 (74.61% from 255 or 42.79% from 444); Max value from RGB is 190 - color contains mainly: blue. Hex color #718DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DBE is #8E7241. Grayscale: #898989. Windows color (decimal): -9335362 or 12488049. OLE color: 12488049.

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

Color convert

RGB 113 141 190 -
CMYK 0.41 0.26 0 0.25
HSL 218.18º 0.37% 0.59% -
HSV(B) 218.18º 0.41% 0.75% -
XYZ 25.63 26.28 52.44 -
YUV 138.21 157.22 110.02 -
System Red Green Blue C M Y K H S L
Decimal 113 141 190 0.41 0.26 0 0.25 218.18 0.37 0.59
Hex 71 8D BE 29 1A 0 19 DA 25 3B
Octal 161 215 276 51 32 0 31 332 45 73
Binary 1110001 10001101 10111110 101001 11010 0 11001 11011010 100101 111011

Color Harmonies of #718DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DBE

Black with #718DBE

Text Example


Text Example

White with #718DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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