Html Css Color HEX #758DBE Wild Blue Yonder

📋 copy color: '#758DBE'

red 117 ◦ green 141 ◦ blue 190

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

Shades of Wild Blue Yonder #758DBE

Tints of Wild Blue Yonder #758DBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.41%

R = 26.12%
G = 31.47%
B = 42.41%

CMYK

 C value IS 0.38

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#758DBE (or 0x758DBE) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and BE. RGB value is (117,141,190). Sum of RGB (Red+Green+Blue) = 117+141+190=448 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.12% from 448); Green value is 141 (55.47% from 255 or 31.47% from 448); Blue value is 190 (74.61% from 255 or 42.41% from 448); Max value from RGB is 190 - color contains mainly: blue. Hex color #758DBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DBE is #8A7241. Grayscale: #8B8B8B. Windows color (decimal): -9073218 or 12488053. OLE color: 12488053.

HSL color Cylindrical-coordinate representation of color #758DBE: hue angle of 220.27º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #758DBE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 117 141 190 -
CMYK 0.38 0.26 0 0.25
HSL 220.27º 0.36% 0.6% -
HSV(B) 220.27º 0.38% 0.75% -
XYZ 26.16 26.55 52.46 -
YUV 139.41 156.55 112.02 -
System Red Green Blue C M Y K H S L
Decimal 117 141 190 0.38 0.26 0 0.25 220.27 0.36 0.6
Hex 75 8D BE 26 1A 0 19 DC 24 3C
Octal 165 215 276 46 32 0 31 334 44 74
Binary 1110101 10001101 10111110 100110 11010 0 11001 11011100 100100 111100

Color Harmonies of #758DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DBE

Black with #758DBE

Text Example


Text Example

White with #758DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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