Html Css Color HEX #717DCD Wild Blue Yonder

📋 copy color: '#717DCD'

red 113 ◦ green 125 ◦ blue 205

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

Shades of Wild Blue Yonder #717DCD

Tints of Wild Blue Yonder #717DCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.28%

R = 25.51%
G = 28.22%
B = 46.28%

CMYK

 C value IS 0.45

 M value IS 0.39

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#717DCD (or 0x717DCD) is known color: Wild Blue Yonder. HEX triplet: 71, 7D and CD. RGB value is (113,125,205). Sum of RGB (Red+Green+Blue) = 113+125+205=443 (58% of max value = 765). Red value is 113 (44.53% from 255 or 25.51% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #717DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #717DCD is #8E8232. Grayscale: #828282. Windows color (decimal): -9339443 or 13466993. OLE color: 13466993.

HSL color Cylindrical-coordinate representation of color #717DCD: hue angle of 232.17º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #717DCD is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 113 125 205 -
CMYK 0.45 0.39 0 0.20
HSL 232.17º 0.48% 0.62% -
HSV(B) 232.17º 0.45% 0.8% -
XYZ 25.16 22.59 60.79 -
YUV 130.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 113 125 205 0.45 0.39 0 0.20 232.17 0.48 0.62
Hex 71 7D CD 2D 27 0 14 E8 30 3E
Octal 161 175 315 55 47 0 24 350 60 76
Binary 1110001 1111101 11001101 101101 100111 0 10100 11101000 110000 111110

Color Harmonies of #717DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #717DCD

Black with #717DCD

Text Example


Text Example

White with #717DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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