Html Css Color HEX #717DCF Wild Blue Yonder

📋 copy color: '#717DCF'

red 113 ◦ green 125 ◦ blue 207

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

Shades of Wild Blue Yonder #717DCF

Tints of Wild Blue Yonder #717DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 25.39%
G = 28.09%
B = 46.52%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#717DCF (or 0x717DCF) is known color: Wild Blue Yonder. HEX triplet: 71, 7D and CF. RGB value is (113,125,207). Sum of RGB (Red+Green+Blue) = 113+125+207=445 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.39% from 445); Green value is 125 (49.22% from 255 or 28.09% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #717DCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DCF is #8E8230. Grayscale: #828282. Windows color (decimal): -9339441 or 13598065. OLE color: 13598065.

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

Color convert

RGB 113 125 207 -
CMYK 0.45 0.40 0 0.19
HSL 232.34º 0.49% 0.63% -
HSV(B) 232.34º 0.45% 0.81% -
XYZ 25.41 22.68 62.07 -
YUV 130.76 171.02 115.33 -
System Red Green Blue C M Y K H S L
Decimal 113 125 207 0.45 0.40 0 0.19 232.34 0.49 0.63
Hex 71 7D CF 2D 28 0 13 E8 31 3F
Octal 161 175 317 55 50 0 23 350 61 77
Binary 1110001 1111101 11001111 101101 101000 0 10011 11101000 110001 111111

Color Harmonies of #717DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DCF

Black with #717DCF

Text Example


Text Example

White with #717DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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