Html Css Color HEX #718CBA Wild Blue Yonder

📋 copy color: '#718CBA'

red 113 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #718CBA

Tints of Wild Blue Yonder #718CBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 42.37%

R = 25.74%
G = 31.89%
B = 42.37%

CMYK

 C value IS 0.39

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#718CBA (or 0x718CBA) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and BA. RGB value is (113,140,186). Sum of RGB (Red+Green+Blue) = 113+140+186=439 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.74% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #718CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CBA is #8E7345. Grayscale: #888888. Windows color (decimal): -9335622 or 12225649. OLE color: 12225649.

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

Color convert

RGB 113 140 186 -
CMYK 0.39 0.25 0 0.27
HSL 217.81º 0.35% 0.59% -
HSV(B) 217.81º 0.39% 0.73% -
XYZ 25.05 25.81 50.12 -
YUV 137.17 155.55 110.76 -
System Red Green Blue C M Y K H S L
Decimal 113 140 186 0.39 0.25 0 0.27 217.81 0.35 0.59
Hex 71 8C BA 27 19 0 1B DA 23 3B
Octal 161 214 272 47 31 0 33 332 43 73
Binary 1110001 10001100 10111010 100111 11001 0 11011 11011010 100011 111011

Color Harmonies of #718CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CBA

Black with #718CBA

Text Example


Text Example

White with #718CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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