Html Css Color HEX #758DCE Wild Blue Yonder

📋 copy color: '#758DCE'

red 117 ◦ green 141 ◦ blue 206

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

Shades of Wild Blue Yonder #758DCE

Tints of Wild Blue Yonder #758DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.4%

R = 25.22%
G = 30.39%
B = 44.4%

CMYK

 C value IS 0.43

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#758DCE (or 0x758DCE) is known color: Wild Blue Yonder. HEX triplet: 75, 8D and CE. RGB value is (117,141,206). Sum of RGB (Red+Green+Blue) = 117+141+206=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 141 (55.47% from 255 or 30.39% from 464); Blue value is 206 (80.86% from 255 or 44.40% from 464); Max value from RGB is 206 - color contains mainly: blue. Hex color #758DCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758DCE is #8A7231. Grayscale: #8C8C8C. Windows color (decimal): -9073202 or 13536629. OLE color: 13536629.

HSL color Cylindrical-coordinate representation of color #758DCE: hue angle of 223.82º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #758DCE is Cyan = 0.43, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 141 206 -
CMYK 0.43 0.32 0 0.19
HSL 223.82º 0.48% 0.63% -
HSV(B) 223.82º 0.43% 0.81% -
XYZ 28 27.29 62.18 -
YUV 141.23 164.55 110.71 -
System Red Green Blue C M Y K H S L
Decimal 117 141 206 0.43 0.32 0 0.19 223.82 0.48 0.63
Hex 75 8D CE 2B 20 0 13 E0 30 3F
Octal 165 215 316 53 40 0 23 340 60 77
Binary 1110101 10001101 11001110 101011 100000 0 10011 11100000 110000 111111

Color Harmonies of #758DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758DCE

Black with #758DCE

Text Example


Text Example

White with #758DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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