Html Css Color HEX #717DBF Wild Blue Yonder

📋 copy color: '#717DBF'

red 113 ◦ green 125 ◦ blue 191

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

Shades of Wild Blue Yonder #717DBF

Tints of Wild Blue Yonder #717DBF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.14%

 BLUE value IS 191 (75% from 255) = 44.52%

R = 26.34%
G = 29.14%
B = 44.52%

CMYK

 C value IS 0.41

 M value IS 0.35

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#717DBF (or 0x717DBF) is known color: Wild Blue Yonder. HEX triplet: 71, 7D and BF. RGB value is (113,125,191). Sum of RGB (Red+Green+Blue) = 113+125+191=429 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.34% from 429); Green value is 125 (49.22% from 255 or 29.14% from 429); Blue value is 191 (75% from 255 or 44.52% from 429); Max value from RGB is 191 - color contains mainly: blue. Hex color #717DBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DBF is #8E8240. Grayscale: #808080. Windows color (decimal): -9339457 or 12549489. OLE color: 12549489.

HSL color Cylindrical-coordinate representation of color #717DBF: hue angle of 230.77º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #717DBF is Cyan = 0.41, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 113 125 191 -
CMYK 0.41 0.35 0 0.25
HSL 230.77º 0.38% 0.6% -
HSV(B) 230.77º 0.41% 0.75% -
XYZ 23.55 21.94 52.28 -
YUV 128.94 163.02 116.63 -
System Red Green Blue C M Y K H S L
Decimal 113 125 191 0.41 0.35 0 0.25 230.77 0.38 0.6
Hex 71 7D BF 29 23 0 19 E7 26 3C
Octal 161 175 277 51 43 0 31 347 46 74
Binary 1110001 1111101 10111111 101001 100011 0 11001 11100111 100110 111100

Color Harmonies of #717DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DBF

Black with #717DBF

Text Example


Text Example

White with #717DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #717DBF; }

 p { color: rgb(113,125,191); }

 H1.HeaderClassName
 {
   color: #717DBF;
 }
 .AnyTagClassName
 {
   color: #717DBF;
 }
</style>

background-color css

<style>
 a { background-color: #717DBF; }

 a { background-color: rgb(113,125,191); }

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

border-color css

<style>
 span { border-color: #717DBF; }

 span { border-color: rgb(113,125,191); }

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