Html Css Color HEX #718BD0 Wild Blue Yonder

📋 copy color: '#718BD0'

red 113 ◦ green 139 ◦ blue 208

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

Shades of Wild Blue Yonder #718BD0

Tints of Wild Blue Yonder #718BD0

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.22%

 BLUE value IS 208 (81.64% from 255) = 45.22%

R = 24.57%
G = 30.22%
B = 45.22%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#718BD0 (or 0x718BD0) is known color: Wild Blue Yonder. HEX triplet: 71, 8B and D0. RGB value is (113,139,208). Sum of RGB (Red+Green+Blue) = 113+139+208=460 (60% of max value = 765). Red value is 113 (44.53% from 255 or 24.57% from 460); Green value is 139 (54.69% from 255 or 30.22% from 460); Blue value is 208 (81.64% from 255 or 45.22% from 460); Max value from RGB is 208 - color contains mainly: blue. Hex color #718BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #718BD0 is #8E742F. Grayscale: #8A8A8A. Windows color (decimal): -9335856 or 13667185. OLE color: 13667185.

HSL color Cylindrical-coordinate representation of color #718BD0: hue angle of 223.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718BD0 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 113 139 208 -
CMYK 0.46 0.33 0 0.18
HSL 223.58º 0.5% 0.63% -
HSV(B) 223.58º 0.46% 0.82% -
XYZ 27.43 26.53 63.35 -
YUV 139.09 166.89 109.39 -
System Red Green Blue C M Y K H S L
Decimal 113 139 208 0.46 0.33 0 0.18 223.58 0.5 0.63
Hex 71 8B D0 2E 21 0 12 E0 32 3F
Octal 161 213 320 56 41 0 22 340 62 77
Binary 1110001 10001011 11010000 101110 100001 0 10010 11100000 110010 111111

Color Harmonies of #718BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718BD0

Black with #718BD0

Text Example


Text Example

White with #718BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,139,208); }

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

background-color css

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

 a { background-color: rgb(113,139,208); }

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

border-color css

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

 span { border-color: rgb(113,139,208); }

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