Html Css Color HEX #758DCC Wild Blue Yonder

📋 copy color: '#758DCC'

red 117 ◦ green 141 ◦ blue 204

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

Shades of Wild Blue Yonder #758DCC

Tints of Wild Blue Yonder #758DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 44.16%

R = 25.32%
G = 30.52%
B = 44.16%

CMYK

 C value IS 0.43

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#758DCC (or 0x758DCC) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and CC. RGB value is (117,141,204). Sum of RGB (Red+Green+Blue) = 117+141+204=462 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.32% from 462); Green value is 141 (55.47% from 255 or 30.52% from 462); Blue value is 204 (80.08% from 255 or 44.16% from 462); Max value from RGB is 204 - color contains mainly: blue. Hex color #758DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCC is #8A7233. Grayscale: #8C8C8C. Windows color (decimal): -9073204 or 13405557. OLE color: 13405557.

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

Color convert

RGB 117 141 204 -
CMYK 0.43 0.31 0 0.2
HSL 223.45º 0.46% 0.63% -
HSV(B) 223.45º 0.43% 0.8% -
XYZ 27.76 27.19 60.91 -
YUV 141.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 117 141 204 0.43 0.31 0 0.2 223.45 0.46 0.63
Hex 75 8D CC 2B 1F 0 14 DF 2E 3F
Octal 165 215 314 53 37 0 24 337 56 77
Binary 1110101 10001101 11001100 101011 11111 0 10100 11011111 101110 111111

Color Harmonies of #758DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DCC

Black with #758DCC

Text Example


Text Example

White with #758DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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