Html Css Color HEX #718DBD Wild Blue Yonder

📋 copy color: '#718DBD'

red 113 ◦ green 141 ◦ blue 189

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

Shades of Wild Blue Yonder #718DBD

Tints of Wild Blue Yonder #718DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.66%

R = 25.51%
G = 31.83%
B = 42.66%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#718DBD (or 0x718DBD) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and BD. RGB value is (113,141,189). Sum of RGB (Red+Green+Blue) = 113+141+189=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #718DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DBD is #8E7242. Grayscale: #898989. Windows color (decimal): -9335363 or 12422513. OLE color: 12422513.

HSL color Cylindrical-coordinate representation of color #718DBD: hue angle of 217.89º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #718DBD is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 141 189 -
CMYK 0.40 0.25 0 0.26
HSL 217.89º 0.37% 0.59% -
HSV(B) 217.89º 0.4% 0.74% -
XYZ 25.52 26.23 51.86 -
YUV 138.1 156.72 110.1 -
System Red Green Blue C M Y K H S L
Decimal 113 141 189 0.40 0.25 0 0.26 217.89 0.37 0.59
Hex 71 8D BD 28 19 0 1A DA 25 3B
Octal 161 215 275 50 31 0 32 332 45 73
Binary 1110001 10001101 10111101 101000 11001 0 11010 11011010 100101 111011

Color Harmonies of #718DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DBD

Black with #718DBD

Text Example


Text Example

White with #718DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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