Html Css Color HEX #758DCD Wild Blue Yonder

📋 copy color: '#758DCD'

red 117 ◦ green 141 ◦ blue 205

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

Shades of Wild Blue Yonder #758DCD

Tints of Wild Blue Yonder #758DCD

RGB

 RED value IS 117 (46.09% from 255) = 25.27%

 GREEN value IS 141 (55.47% from 255) = 30.45%

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

R = 25.27%
G = 30.45%
B = 44.28%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#758DCD (or 0x758DCD) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and CD. RGB value is (117,141,205). Sum of RGB (Red+Green+Blue) = 117+141+205=463 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.27% from 463); Green value is 141 (55.47% from 255 or 30.45% from 463); Blue value is 205 (80.47% from 255 or 44.28% from 463); Max value from RGB is 205 - color contains mainly: blue. Hex color #758DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCD is #8A7232. Grayscale: #8C8C8C. Windows color (decimal): -9073203 or 13471093. OLE color: 13471093.

HSL color Cylindrical-coordinate representation of color #758DCD: hue angle of 223.64º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758DCD is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 141 205 -
CMYK 0.43 0.31 0 0.20
HSL 223.64º 0.47% 0.63% -
HSV(B) 223.64º 0.43% 0.8% -
XYZ 27.88 27.24 61.55 -
YUV 141.12 164.05 110.8 -
System Red Green Blue C M Y K H S L
Decimal 117 141 205 0.43 0.31 0 0.20 223.64 0.47 0.63
Hex 75 8D CD 2B 1F 0 14 E0 2F 3F
Octal 165 215 315 53 37 0 24 340 57 77
Binary 1110101 10001101 11001101 101011 11111 0 10100 11100000 101111 111111

Color Harmonies of #758DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DCD

Black with #758DCD

Text Example


Text Example

White with #758DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,141,205); }

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

background-color css

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

 a { background-color: rgb(117,141,205); }

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

border-color css

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

 span { border-color: rgb(117,141,205); }

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