Html Css Color HEX #718DCE Wild Blue Yonder

📋 copy color: '#718DCE'

red 113 ◦ green 141 ◦ blue 206

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

Shades of Wild Blue Yonder #718DCE

Tints of Wild Blue Yonder #718DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.78%

R = 24.57%
G = 30.65%
B = 44.78%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#718DCE (or 0x718DCE) is known color: Wild Blue Yonder. HEX triplet: 71, 8D and CE. RGB value is (113,141,206). Sum of RGB (Red+Green+Blue) = 113+141+206=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 141 (55.47% from 255 or 30.65% from 460); Blue value is 206 (80.86% from 255 or 44.78% from 460); Max value from RGB is 206 - color contains mainly: blue. Hex color #718DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718DCE is #8E7231. Grayscale: #8B8B8B. Windows color (decimal): -9335346 or 13536625. OLE color: 13536625.

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

Color convert

RGB 113 141 206 -
CMYK 0.45 0.32 0 0.19
HSL 221.94º 0.49% 0.63% -
HSV(B) 221.94º 0.45% 0.81% -
XYZ 27.48 27.02 62.16 -
YUV 140.04 165.22 108.71 -
System Red Green Blue C M Y K H S L
Decimal 113 141 206 0.45 0.32 0 0.19 221.94 0.49 0.63
Hex 71 8D CE 2D 20 0 13 DE 31 3F
Octal 161 215 316 55 40 0 23 336 61 77
Binary 1110001 10001101 11001110 101101 100000 0 10011 11011110 110001 111111

Color Harmonies of #718DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718DCE

Black with #718DCE

Text Example


Text Example

White with #718DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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