Html Css Color HEX #718ACC Wild Blue Yonder

📋 copy color: '#718ACC'

red 113 ◦ green 138 ◦ blue 204

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

Shades of Wild Blue Yonder #718ACC

Tints of Wild Blue Yonder #718ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.84%

R = 24.84%
G = 30.33%
B = 44.84%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#718ACC (or 0x718ACC) is known color: Wild Blue Yonder. HEX triplet: 71, 8A and CC. RGB value is (113,138,204). Sum of RGB (Red+Green+Blue) = 113+138+204=455 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.84% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 204 (80.08% from 255 or 44.84% from 455); Max value from RGB is 204 - color contains mainly: blue. Hex color #718ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718ACC is #8E7533. Grayscale: #898989. Windows color (decimal): -9336116 or 13404785. OLE color: 13404785.

HSL color Cylindrical-coordinate representation of color #718ACC: hue angle of 223.52º degrees, saturation: 0.47, 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 #718ACC is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 113 138 204 -
CMYK 0.45 0.32 0 0.2
HSL 223.52º 0.47% 0.62% -
HSV(B) 223.52º 0.45% 0.8% -
XYZ 26.8 26.05 60.74 -
YUV 138.05 165.22 110.13 -
System Red Green Blue C M Y K H S L
Decimal 113 138 204 0.45 0.32 0 0.2 223.52 0.47 0.62
Hex 71 8A CC 2D 20 0 14 E0 2F 3E
Octal 161 212 314 55 40 0 24 340 57 76
Binary 1110001 10001010 11001100 101101 100000 0 10100 11100000 101111 111110

Color Harmonies of #718ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718ACC

Black with #718ACC

Text Example


Text Example

White with #718ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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