Html Css Color HEX #718CBB Wild Blue Yonder

📋 copy color: '#718CBB'

red 113 ◦ green 140 ◦ blue 187

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

Shades of Wild Blue Yonder #718CBB

Tints of Wild Blue Yonder #718CBB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.82%

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

R = 25.68%
G = 31.82%
B = 42.5%

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

#718CBB (or 0x718CBB) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and BB. RGB value is (113,140,187). Sum of RGB (Red+Green+Blue) = 113+140+187=440 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.68% from 440); Green value is 140 (55.08% from 255 or 31.82% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: blue. Hex color #718CBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CBB is #8E7344. Grayscale: #898989. Windows color (decimal): -9335621 or 12291185. OLE color: 12291185.

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

Color convert

RGB 113 140 187 -
CMYK 0.40 0.25 0 0.27
HSL 218.11º 0.35% 0.59% -
HSV(B) 218.11º 0.4% 0.73% -
XYZ 25.16 25.85 50.68 -
YUV 137.29 156.05 110.68 -
System Red Green Blue C M Y K H S L
Decimal 113 140 187 0.40 0.25 0 0.27 218.11 0.35 0.59
Hex 71 8C BB 28 19 0 1B DA 23 3B
Octal 161 214 273 50 31 0 33 332 43 73
Binary 1110001 10001100 10111011 101000 11001 0 11011 11011010 100011 111011

Color Harmonies of #718CBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CBB

Black with #718CBB

Text Example


Text Example

White with #718CBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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