Html Css Color HEX #717DBD Wild Blue Yonder

📋 copy color: '#717DBD'

red 113 ◦ green 125 ◦ blue 189

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

Shades of Wild Blue Yonder #717DBD

Tints of Wild Blue Yonder #717DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 26.46%
G = 29.27%
B = 44.26%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#717DBD (or 0x717DBD) is known color: Wild Blue Yonder. HEX triplet: 71, 7D and BD. RGB value is (113,125,189). Sum of RGB (Red+Green+Blue) = 113+125+189=427 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.46% from 427); Green value is 125 (49.22% from 255 or 29.27% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #717DBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DBD is #8E8242. Grayscale: #808080. Windows color (decimal): -9339459 or 12418417. OLE color: 12418417.

HSL color Cylindrical-coordinate representation of color #717DBD: hue angle of 230.53º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #717DBD is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 113 125 189 -
CMYK 0.40 0.34 0 0.26
HSL 230.53º 0.37% 0.59% -
HSV(B) 230.53º 0.4% 0.74% -
XYZ 23.33 21.85 51.13 -
YUV 128.71 162.02 116.8 -
System Red Green Blue C M Y K H S L
Decimal 113 125 189 0.40 0.34 0 0.26 230.53 0.37 0.59
Hex 71 7D BD 28 22 0 1A E7 25 3B
Octal 161 175 275 50 42 0 32 347 45 73
Binary 1110001 1111101 10111101 101000 100010 0 11010 11100111 100101 111011

Color Harmonies of #717DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DBD

Black with #717DBD

Text Example


Text Example

White with #717DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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