Html Css Color HEX #718DBC Wild Blue Yonder

📋 copy color: '#718DBC'

red 113 ◦ green 141 ◦ blue 188

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

Shades of Wild Blue Yonder #718DBC

Tints of Wild Blue Yonder #718DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.53%

R = 25.57%
G = 31.9%
B = 42.53%

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

#718DBC (or 0x718DBC) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and BC. RGB value is (113,141,188). Sum of RGB (Red+Green+Blue) = 113+141+188=442 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.57% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 188 (73.83% from 255 or 42.53% from 442); Max value from RGB is 188 - color contains mainly: blue. Hex color #718DBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DBC is #8E7243. Grayscale: #898989. Windows color (decimal): -9335364 or 12356977. OLE color: 12356977.

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

Color convert

RGB 113 141 188 -
CMYK 0.40 0.25 0 0.26
HSL 217.6º 0.36% 0.59% -
HSV(B) 217.6º 0.4% 0.74% -
XYZ 25.41 26.19 51.29 -
YUV 137.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 113 141 188 0.40 0.25 0 0.26 217.6 0.36 0.59
Hex 71 8D BC 28 19 0 1A DA 24 3B
Octal 161 215 274 50 31 0 32 332 44 73
Binary 1110001 10001101 10111100 101000 11001 0 11010 11011010 100100 111011

Color Harmonies of #718DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DBC

Black with #718DBC

Text Example


Text Example

White with #718DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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