Html Css Color HEX #718CBC Wild Blue Yonder

📋 copy color: '#718CBC'

red 113 ◦ green 140 ◦ blue 188

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

Shades of Wild Blue Yonder #718CBC

Tints of Wild Blue Yonder #718CBC

RGB

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

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

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

R = 25.62%
G = 31.75%
B = 42.63%

CMYK

 C value IS 0.40

 M value IS 0.26

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#718CBC (or 0x718CBC) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and BC. RGB value is (113,140,188). Sum of RGB (Red+Green+Blue) = 113+140+188=441 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.62% from 441); Green value is 140 (55.08% from 255 or 31.75% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #718CBC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CBC is #8E7343. Grayscale: #898989. Windows color (decimal): -9335620 or 12356721. OLE color: 12356721.

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

Color convert

RGB 113 140 188 -
CMYK 0.40 0.26 0 0.26
HSL 218.4º 0.36% 0.59% -
HSV(B) 218.4º 0.4% 0.74% -
XYZ 25.27 25.9 51.24 -
YUV 137.4 156.55 110.6 -
System Red Green Blue C M Y K H S L
Decimal 113 140 188 0.40 0.26 0 0.26 218.4 0.36 0.59
Hex 71 8C BC 28 1A 0 1A DA 24 3B
Octal 161 214 274 50 32 0 32 332 44 73
Binary 1110001 10001100 10111100 101000 11010 0 11010 11011010 100100 111011

Color Harmonies of #718CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CBC

Black with #718CBC

Text Example


Text Example

White with #718CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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