Html Css Color HEX #718CCE Wild Blue Yonder

📋 copy color: '#718CCE'

red 113 ◦ green 140 ◦ blue 206

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

Shades of Wild Blue Yonder #718CCE

Tints of Wild Blue Yonder #718CCE

RGB

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

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

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

R = 24.62%
G = 30.5%
B = 44.88%

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

#718CCE (or 0x718CCE) is known color: Wild Blue Yonder. HEX triplet: 71, 8C and CE. RGB value is (113,140,206). Sum of RGB (Red+Green+Blue) = 113+140+206=459 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.62% from 459); Green value is 140 (55.08% from 255 or 30.50% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #718CCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718CCE is #8E7331. Grayscale: #8B8B8B. Windows color (decimal): -9335602 or 13536369. OLE color: 13536369.

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

Color convert

RGB 113 140 206 -
CMYK 0.45 0.32 0 0.19
HSL 222.58º 0.49% 0.63% -
HSV(B) 222.58º 0.45% 0.81% -
XYZ 27.33 26.72 62.11 -
YUV 139.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 113 140 206 0.45 0.32 0 0.19 222.58 0.49 0.63
Hex 71 8C CE 2D 20 0 13 DF 31 3F
Octal 161 214 316 55 40 0 23 337 61 77
Binary 1110001 10001100 11001110 101101 100000 0 10011 11011111 110001 111111

Color Harmonies of #718CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718CCE

Black with #718CCE

Text Example


Text Example

White with #718CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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