Html Css Color HEX #718DBB Wild Blue Yonder

📋 copy color: '#718DBB'

red 113 ◦ green 141 ◦ blue 187

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

Shades of Wild Blue Yonder #718DBB

Tints of Wild Blue Yonder #718DBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 42.4%

R = 25.62%
G = 31.97%
B = 42.4%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#718DBB (or 0x718DBB) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and BB. RGB value is (113,141,187). Sum of RGB (Red+Green+Blue) = 113+141+187=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 141 (55.47% from 255 or 31.97% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 187 - color contains mainly: blue. Hex color #718DBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DBB is #8E7244. Grayscale: #898989. Windows color (decimal): -9335365 or 12291441. OLE color: 12291441.

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

Color convert

RGB 113 141 187 -
CMYK 0.40 0.25 0 0.27
HSL 217.3º 0.35% 0.59% -
HSV(B) 217.3º 0.4% 0.73% -
XYZ 25.3 26.15 50.73 -
YUV 137.87 155.72 110.26 -
System Red Green Blue C M Y K H S L
Decimal 113 141 187 0.40 0.25 0 0.27 217.3 0.35 0.59
Hex 71 8D BB 28 19 0 1B D9 23 3B
Octal 161 215 273 50 31 0 33 331 43 73
Binary 1110001 10001101 10111011 101000 11001 0 11011 11011001 100011 111011

Color Harmonies of #718DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DBB

Black with #718DBB

Text Example


Text Example

White with #718DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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