Html Css Color HEX #758ECB Wild Blue Yonder

📋 copy color: '#758ECB'

red 117 ◦ green 142 ◦ blue 203

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

Shades of Wild Blue Yonder #758ECB

Tints of Wild Blue Yonder #758ECB

RGB

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

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

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

R = 25.32%
G = 30.74%
B = 43.94%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#758ECB (or 0x758ECB) is known color: Wild Blue Yonder. HEX triplet: 75, 8E and CB. RGB value is (117,142,203). Sum of RGB (Red+Green+Blue) = 117+142+203=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 142 (55.86% from 255 or 30.74% from 462); Blue value is 203 (79.69% from 255 or 43.94% from 462); Max value from RGB is 203 - color contains mainly: blue. Hex color #758ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758ECB is #8A7134. Grayscale: #8D8D8D. Windows color (decimal): -9072949 or 13340277. OLE color: 13340277.

HSL color Cylindrical-coordinate representation of color #758ECB: hue angle of 222.56º 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 #758ECB is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 117 142 203 -
CMYK 0.42 0.30 0 0.20
HSL 222.56º 0.45% 0.63% -
HSV(B) 222.56º 0.42% 0.8% -
XYZ 27.79 27.44 60.33 -
YUV 141.48 162.72 110.54 -
System Red Green Blue C M Y K H S L
Decimal 117 142 203 0.42 0.30 0 0.20 222.56 0.45 0.63
Hex 75 8E CB 2A 1E 0 14 DF 2D 3F
Octal 165 216 313 52 36 0 24 337 55 77
Binary 1110101 10001110 11001011 101010 11110 0 10100 11011111 101101 111111

Color Harmonies of #758ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758ECB

Black with #758ECB

Text Example


Text Example

White with #758ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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