Html Css Color HEX #718CC8 Wild Blue Yonder

📋 copy color: '#718CC8'

red 113 ◦ green 140 ◦ blue 200

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

Shades of Wild Blue Yonder #718CC8

Tints of Wild Blue Yonder #718CC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.15%

R = 24.94%
G = 30.91%
B = 44.15%

CMYK

 C value IS 0.44

 M value IS 0.3

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#718CC8 (or 0x718CC8) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and C8. RGB value is (113,140,200). Sum of RGB (Red+Green+Blue) = 113+140+200=453 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.94% from 453); Green value is 140 (55.08% from 255 or 30.91% from 453); Blue value is 200 (78.52% from 255 or 44.15% from 453); Max value from RGB is 200 - color contains mainly: blue. Hex color #718CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CC8 is #8E7337. Grayscale: #8A8A8A. Windows color (decimal): -9335608 or 13143153. OLE color: 13143153.

HSL color Cylindrical-coordinate representation of color #718CC8: hue angle of 221.38º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #718CC8 is Cyan = 0.44, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 113 140 200 -
CMYK 0.44 0.3 0 0.22
HSL 221.38º 0.44% 0.61% -
HSV(B) 221.38º 0.44% 0.78% -
XYZ 26.61 26.44 58.34 -
YUV 138.77 162.55 109.62 -
System Red Green Blue C M Y K H S L
Decimal 113 140 200 0.44 0.3 0 0.22 221.38 0.44 0.61
Hex 71 8C C8 2C 1E 0 16 DD 2C 3D
Octal 161 214 310 54 36 0 26 335 54 75
Binary 1110001 10001100 11001000 101100 11110 0 10110 11011101 101100 111101

Color Harmonies of #718CC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CC8

Black with #718CC8

Text Example


Text Example

White with #718CC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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