Html Css Color HEX #758CCB Wild Blue Yonder

📋 copy color: '#758CCB'

red 117 ◦ green 140 ◦ blue 203

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

Shades of Wild Blue Yonder #758CCB

Tints of Wild Blue Yonder #758CCB

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

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

R = 25.43%
G = 30.43%
B = 44.13%

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

#758CCB (or 0x758CCB) is known color: Wild Blue Yonder. HEX triplet: 75, 8C and CB. RGB value is (117,140,203). Sum of RGB (Red+Green+Blue) = 117+140+203=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 203 (79.69% from 255 or 44.13% from 460); Max value from RGB is 203 - color contains mainly: blue. Hex color #758CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #758CCB is #8A7334. Grayscale: #8C8C8C. Windows color (decimal): -9073461 or 13339765. OLE color: 13339765.

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

Color convert

RGB 117 140 203 -
CMYK 0.42 0.31 0 0.20
HSL 223.95º 0.45% 0.63% -
HSV(B) 223.95º 0.42% 0.8% -
XYZ 27.49 26.85 60.23 -
YUV 140.31 163.38 111.38 -
System Red Green Blue C M Y K H S L
Decimal 117 140 203 0.42 0.31 0 0.20 223.95 0.45 0.63
Hex 75 8C CB 2A 1F 0 14 E0 2D 3F
Octal 165 214 313 52 37 0 24 340 55 77
Binary 1110101 10001100 11001011 101010 11111 0 10100 11100000 101101 111111

Color Harmonies of #758CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758CCB

Black with #758CCB

Text Example


Text Example

White with #758CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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