Html Css Color HEX #718FCD Wild Blue Yonder

📋 copy color: '#718FCD'

red 113 ◦ green 143 ◦ blue 205

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

Shades of Wild Blue Yonder #718FCD

Tints of Wild Blue Yonder #718FCD

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.02%

 BLUE value IS 205 (80.47% from 255) = 44.47%

R = 24.51%
G = 31.02%
B = 44.47%

CMYK

 C value IS 0.45

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#718FCD (or 0x718FCD) is known color: Wild Blue Yonder. HEX triplet: 71, 8F and CD. RGB value is (113,143,205). Sum of RGB (Red+Green+Blue) = 113+143+205=461 (61% of max value = 765). Red value is 113 (44.53% from 255 or 24.51% from 461); Green value is 143 (56.25% from 255 or 31.02% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #718FCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718FCD is #8E7032. Grayscale: #8C8C8C. Windows color (decimal): -9334835 or 13471601. OLE color: 13471601.

HSL color Cylindrical-coordinate representation of color #718FCD: hue angle of 220.43º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718FCD is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 143 205 -
CMYK 0.45 0.30 0 0.20
HSL 220.43º 0.48% 0.62% -
HSV(B) 220.43º 0.45% 0.8% -
XYZ 27.65 27.56 61.62 -
YUV 141.1 164.06 107.96 -
System Red Green Blue C M Y K H S L
Decimal 113 143 205 0.45 0.30 0 0.20 220.43 0.48 0.62
Hex 71 8F CD 2D 1E 0 14 DC 30 3E
Octal 161 217 315 55 36 0 24 334 60 76
Binary 1110001 10001111 11001101 101101 11110 0 10100 11011100 110000 111110

Color Harmonies of #718FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718FCD

Black with #718FCD

Text Example


Text Example

White with #718FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,143,205); }

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

background-color css

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

 a { background-color: rgb(113,143,205); }

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

border-color css

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

 span { border-color: rgb(113,143,205); }

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