Html Css Color HEX #718ACF Wild Blue Yonder

📋 copy color: '#718ACF'

red 113 ◦ green 138 ◦ blue 207

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

Shades of Wild Blue Yonder #718ACF

Tints of Wild Blue Yonder #718ACF

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.13%

 BLUE value IS 207 (81.25% from 255) = 45.2%

R = 24.67%
G = 30.13%
B = 45.2%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#718ACF (or 0x718ACF) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and CF. RGB value is (113,138,207). Sum of RGB (Red+Green+Blue) = 113+138+207=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 138 (54.30% from 255 or 30.13% from 458); Blue value is 207 (81.25% from 255 or 45.20% from 458); Max value from RGB is 207 - color contains mainly: blue. Hex color #718ACF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ACF is #8E7530. Grayscale: #8A8A8A. Windows color (decimal): -9336113 or 13601393. OLE color: 13601393.

HSL color Cylindrical-coordinate representation of color #718ACF: hue angle of 224.04º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718ACF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 113 138 207 -
CMYK 0.45 0.33 0 0.19
HSL 224.04º 0.49% 0.63% -
HSV(B) 224.04º 0.45% 0.81% -
XYZ 27.16 26.19 62.66 -
YUV 138.39 166.72 109.89 -
System Red Green Blue C M Y K H S L
Decimal 113 138 207 0.45 0.33 0 0.19 224.04 0.49 0.63
Hex 71 8A CF 2D 21 0 13 E0 31 3F
Octal 161 212 317 55 41 0 23 340 61 77
Binary 1110001 10001010 11001111 101101 100001 0 10011 11100000 110001 111111

Color Harmonies of #718ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ACF

Black with #718ACF

Text Example


Text Example

White with #718ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,138,207); }

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

background-color css

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

 a { background-color: rgb(113,138,207); }

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

border-color css

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

 span { border-color: rgb(113,138,207); }

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