Html Css Color HEX #758ECF Wild Blue Yonder

📋 copy color: '#758ECF'

red 117 ◦ green 142 ◦ blue 207

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

Shades of Wild Blue Yonder #758ECF

Tints of Wild Blue Yonder #758ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 30.47%

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

R = 25.11%
G = 30.47%
B = 44.42%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#758ECF (or 0x758ECF) is known color: Wild Blue Yonder. HEX triplet: 75, 8E and CF. RGB value is (117,142,207). Sum of RGB (Red+Green+Blue) = 117+142+207=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 142 (55.86% from 255 or 30.47% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #758ECF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ECF is #8A7130. Grayscale: #8D8D8D. Windows color (decimal): -9072945 or 13602421. OLE color: 13602421.

HSL color Cylindrical-coordinate representation of color #758ECF: hue angle of 223.33º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758ECF is Cyan = 0.43, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 142 207 -
CMYK 0.43 0.31 0 0.19
HSL 223.33º 0.48% 0.64% -
HSV(B) 223.33º 0.43% 0.81% -
XYZ 28.27 27.63 62.88 -
YUV 141.94 164.72 110.21 -
System Red Green Blue C M Y K H S L
Decimal 117 142 207 0.43 0.31 0 0.19 223.33 0.48 0.64
Hex 75 8E CF 2B 1F 0 13 DF 30 40
Octal 165 216 317 53 37 0 23 337 60 100
Binary 1110101 10001110 11001111 101011 11111 0 10011 11011111 110000 1000000

Color Harmonies of #758ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ECF

Black with #758ECF

Text Example


Text Example

White with #758ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,142,207); }

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

background-color css

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

 a { background-color: rgb(117,142,207); }

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

border-color css

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

 span { border-color: rgb(117,142,207); }

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