Html Css Color HEX #718DCC Wild Blue Yonder

📋 copy color: '#718DCC'

red 113 ◦ green 141 ◦ blue 204

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

Shades of Wild Blue Yonder #718DCC

Tints of Wild Blue Yonder #718DCC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 30.79%

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

R = 24.67%
G = 30.79%
B = 44.54%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#718DCC (or 0x718DCC) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and CC. RGB value is (113,141,204). Sum of RGB (Red+Green+Blue) = 113+141+204=458 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.67% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 204 (80.08% from 255 or 44.54% from 458); Max value from RGB is 204 - color contains mainly: blue. Hex color #718DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DCC is #8E7233. Grayscale: #8B8B8B. Windows color (decimal): -9335348 or 13405553. OLE color: 13405553.

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

Color convert

RGB 113 141 204 -
CMYK 0.45 0.31 0 0.2
HSL 221.54º 0.47% 0.62% -
HSV(B) 221.54º 0.45% 0.8% -
XYZ 27.23 26.92 60.89 -
YUV 139.81 164.22 108.88 -
System Red Green Blue C M Y K H S L
Decimal 113 141 204 0.45 0.31 0 0.2 221.54 0.47 0.62
Hex 71 8D CC 2D 1F 0 14 DE 2F 3E
Octal 161 215 314 55 37 0 24 336 57 76
Binary 1110001 10001101 11001100 101101 11111 0 10100 11011110 101111 111110

Color Harmonies of #718DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DCC

Black with #718DCC

Text Example


Text Example

White with #718DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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