#717DCF

Color #717DCF Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #717DCF

Tints of Wild Blue Yonder #717DCF

Color information

#717DCF (or 0x717DCF) is unknown color: approx 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

RGB113125207-
CMYK0.450.4000.19
HSL232.34º49.47%62.75%-
HSV(B)232.34º45.41%81.18%-
XYZ25.4122.6862.07-
YUV130.76171.02115.33-

RGB Variations

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

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 (Cyan) values IS 0.45
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1131252070.450.4000.19232.3449.4762.75
Hex717DCF2D28013e8313f
Octal16117531755500233506177
Binary111000111111011100111110110110100001001111101000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>