Html Css Color HEX #758BCB Wild Blue Yonder

📋 copy color: '#758BCB'

red 117 ◦ green 139 ◦ blue 203

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

Shades of Wild Blue Yonder #758BCB

Tints of Wild Blue Yonder #758BCB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 30.28%

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

R = 25.49%
G = 30.28%
B = 44.23%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#758BCB (or 0x758BCB) is known color: Wild Blue Yonder. HEX triplet: 75, 8B and CB. RGB value is (117,139,203). Sum of RGB (Red+Green+Blue) = 117+139+203=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 139 (54.69% from 255 or 30.28% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #758BCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758BCB is #8A7434. Grayscale: #8B8B8B. Windows color (decimal): -9073717 or 13339509. OLE color: 13339509.

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

Color convert

RGB 117 139 203 -
CMYK 0.42 0.32 0 0.20
HSL 224.65º 0.45% 0.63% -
HSV(B) 224.65º 0.42% 0.8% -
XYZ 27.35 26.56 60.18 -
YUV 139.72 163.71 111.8 -
System Red Green Blue C M Y K H S L
Decimal 117 139 203 0.42 0.32 0 0.20 224.65 0.45 0.63
Hex 75 8B CB 2A 20 0 14 E1 2D 3F
Octal 165 213 313 52 40 0 24 341 55 77
Binary 1110101 10001011 11001011 101010 100000 0 10100 11100001 101101 111111

Color Harmonies of #758BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758BCB

Black with #758BCB

Text Example


Text Example

White with #758BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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