Html Css Color HEX #758DBD Wild Blue Yonder

📋 copy color: '#758DBD'

red 117 ◦ green 141 ◦ blue 189

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

Shades of Wild Blue Yonder #758DBD

Tints of Wild Blue Yonder #758DBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.28%

R = 26.17%
G = 31.54%
B = 42.28%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#758DBD (or 0x758DBD) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and BD. RGB value is (117,141,189). Sum of RGB (Red+Green+Blue) = 117+141+189=447 (59% of max value = 765). Red value is 117 (46.09% from 255 or 26.17% from 447); Green value is 141 (55.47% from 255 or 31.54% from 447); Blue value is 189 (74.22% from 255 or 42.28% from 447); Max value from RGB is 189 - color contains mainly: blue. Hex color #758DBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DBD is #8A7242. Grayscale: #8B8B8B. Windows color (decimal): -9073219 or 12422517. OLE color: 12422517.

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

Color convert

RGB 117 141 189 -
CMYK 0.38 0.25 0 0.26
HSL 220º 0.35% 0.6% -
HSV(B) 220º 0.38% 0.74% -
XYZ 26.05 26.51 51.89 -
YUV 139.3 156.05 112.1 -
System Red Green Blue C M Y K H S L
Decimal 117 141 189 0.38 0.25 0 0.26 220 0.35 0.6
Hex 75 8D BD 26 19 0 1A DC 23 3C
Octal 165 215 275 46 31 0 32 334 43 74
Binary 1110101 10001101 10111101 100110 11001 0 11010 11011100 100011 111100

Color Harmonies of #758DBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DBD

Black with #758DBD

Text Example


Text Example

White with #758DBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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