Html Css Color HEX #758DCB Wild Blue Yonder

📋 copy color: '#758DCB'

red 117 ◦ green 141 ◦ blue 203

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

Shades of Wild Blue Yonder #758DCB

Tints of Wild Blue Yonder #758DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 44.03%

R = 25.38%
G = 30.59%
B = 44.03%

CMYK

 C value IS 0.42

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#758DCB (or 0x758DCB) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and CB. RGB value is (117,141,203). Sum of RGB (Red+Green+Blue) = 117+141+203=461 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.38% from 461); Green value is 141 (55.47% from 255 or 30.59% from 461); Blue value is 203 (79.69% from 255 or 44.03% from 461); Max value from RGB is 203 - color contains mainly: blue. Hex color #758DCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCB is #8A7234. Grayscale: #8C8C8C. Windows color (decimal): -9073205 or 13340021. OLE color: 13340021.

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

Color convert

RGB 117 141 203 -
CMYK 0.42 0.31 0 0.20
HSL 223.26º 0.45% 0.63% -
HSV(B) 223.26º 0.42% 0.8% -
XYZ 27.64 27.14 60.28 -
YUV 140.89 163.05 110.96 -
System Red Green Blue C M Y K H S L
Decimal 117 141 203 0.42 0.31 0 0.20 223.26 0.45 0.63
Hex 75 8D CB 2A 1F 0 14 DF 2D 3F
Octal 165 215 313 52 37 0 24 337 55 77
Binary 1110101 10001101 11001011 101010 11111 0 10100 11011111 101101 111111

Color Harmonies of #758DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DCB

Black with #758DCB

Text Example


Text Example

White with #758DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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